10 lines
359 B
Diff
10 lines
359 B
Diff
diff --git a/scripts/logwatch/logfile.bacula.conf.in b/scripts/logwatch/logfile.bacula.conf.in
|
|
index 22b6e98..5d257ca 100644
|
|
--- a/scripts/logwatch/logfile.bacula.conf.in
|
|
+++ b/scripts/logwatch/logfile.bacula.conf.in
|
|
@@ -1,3 +1,3 @@
|
|
# What actual file? Defaults to LogPath if not absolute path....
|
|
-LogFile = @logdir@/bacula.log
|
|
+LogFile = @logdir@/*.log
|
|
|