I'm trying to get multilog working without much success.
Right now when my program starts everything is getting logged to the
default location (atleast on debian any of my services that I haven't
set up logging for end up here) of /var/log/svscan.
So I made the directory ./log and put the run file in it:
#!/bin/sh
exec multilog t ./main
I checked the permissions of the files against the directory structure
of /service/tinydns and everything is the same - sticky bit, etc. I
restart the service and it still logs to /var/log/svscan instead of
starting the run file above. If I start the run file above manually it
creates ./main and logs whatever I pipe into as it should.
Where am I going wrong? Thanks.
-- Steven KuryloReceived on Fri Sep 5 10:38:01 2003
This archive was generated by hypermail 2.1.8 : Mon Mar 06 2006 - 18:35:12 CST