Update SELinux policy and move log configuration to /etc
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon.pm
index 46da60b9da8355dd6d9999859d923f10c5371e3c..40529b26d505a6cf7019c6e9d4f4b38bd0260c71 100644 (file)
@@ -151,7 +151,7 @@ sub got_job{
 }
 
 sub run{
-  Log::Log4perl->init('log.conf');
+  Log::Log4perl->init('/etc/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.010364 seconds and 4 git commands to generate.