summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2000-02-08 21:57:28 +0000
committerRobert Watson <rwatson@FreeBSD.org>2000-02-08 21:57:28 +0000
commit13c032fd0e92bb8838c833b75cd2606c2c7a9429 (patch)
treed3b60453908e1eac99bcd5053037ea2c8aa33438
parent249a96889e3055c312a57f992e2634cd0581fc0b (diff)
Notes
-rw-r--r--etc/newsyslog.conf3
-rw-r--r--etc/syslog.conf4
2 files changed, 6 insertions, 1 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf
index 34d2b071fa70..3e0508e594e8 100644
--- a/etc/newsyslog.conf
+++ b/etc/newsyslog.conf
@@ -6,9 +6,10 @@
/var/log/amd.log 664 7 100 * Z
/var/log/kerberos.log 664 7 100 * Z
/var/log/lpd-errs 664 7 100 * Z
-/var/log/maillog 664 7 * 24 Z
+/var/log/maillog 664 7 * @T00 Z
/var/log/sendmail.st 664 10 * 168 B
/var/log/messages 664 5 100 * Z
+/var/log/all.log 600 7 * @T00 Z
/var/log/slip.log 600 3 100 * Z
/var/log/ppp.log 600 3 100 * Z
/var/log/security 600 10 100 * Z
diff --git a/etc/syslog.conf b/etc/syslog.conf
index a61df5ce5b47..54a2876b455d 100644
--- a/etc/syslog.conf
+++ b/etc/syslog.conf
@@ -12,6 +12,10 @@ cron.* /var/log/cron
*.notice;news.err root
*.alert root
*.emerg *
+# uncomment this to enable logging of all log messages to /var/log/all.log
+#*.* /var/log/all.log
+# uncomment this to enable logging to a remote loghost named loghost
+#*.* @loghost
# uncomment these if you're running inn
# news.crit /var/log/news/news.crit
# news.err /var/log/news/news.err