Move log configuration to /etc/gruntmasterd/
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon.pm
index 6991b7a00a2481fa67971c225bacaf308dda20e1..4adf80178eb93c868d6b92488916de990ccd63e2 100644 (file)
@@ -149,7 +149,7 @@ sub got_job{
 }
 
 sub run{
-  Log::Log4perl->init('/etc/gruntmasterd-log.conf');
+  Log::Log4perl->init('/etc/gruntmasterd/gruntmasterd-log.conf');
   get_logger->info("gruntmasterd $VERSION started");
   chdir tempdir 'gruntmasterd.XXXX', CLEANUP => 1, TMPDIR => 1;
   SUBSCRIBE jobs => \&got_job;
This page took 0.009675 seconds and 4 git commands to generate.