Blob Blame History Raw
diff -Naur bacula-5.0.3.old/scripts/logwatch/logfile.bacula.conf.in bacula-5.0.3/scripts/logwatch/logfile.bacula.conf.in
--- bacula-5.0.3.old/scripts/logwatch/logfile.bacula.conf.in	2012-07-16 10:05:24.185554621 +0200
+++ bacula-5.0.3/scripts/logwatch/logfile.bacula.conf.in	2012-07-16 10:05:51.179745516 +0200
@@ -1,3 +1,4 @@
 # What actual file?  Defaults to LogPath if not absolute path....
 LogFile = @working_dir@/log
+LogFile = @logdir@/bacula.log
 
diff -Naur bacula-5.0.3.old/src/dird/bacula-dir.conf.in bacula-5.0.3/src/dird/bacula-dir.conf.in
--- bacula-5.0.3.old/src/dird/bacula-dir.conf.in	2012-07-16 10:05:24.065553694 +0200
+++ bacula-5.0.3/src/dird/bacula-dir.conf.in	2012-07-16 10:05:51.179745516 +0200
@@ -261,7 +261,7 @@
 #          time to time as it will grow indefinitely. However, it will
 #          also keep all your messages if they scroll off the console.
 #
-  append = "@working_dir@/log" = all, !skipped
+  append = "@logdir@/bacula.log" = all, !skipped
   catalog = all
 }
 
@@ -273,7 +273,7 @@
   mailcommand = "@sbindir@/bsmtp -h @smtp_host@ -f \"\(Bacula\) \<%r\>\" -s \"Bacula daemon message\" %r"
   mail = @job_email@ = all, !skipped            
   console = all, !skipped, !saved
-  append = "@working_dir@/log" = all, !skipped
+  append = "@logdir@/bacula.log" = all, !skipped
 }
 
 # Default pool definition