aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/syslog.conf.5
diff options
context:
space:
mode:
authorChris Timmons <cwt@FreeBSD.org>2001-03-27 19:55:53 +0000
committerChris Timmons <cwt@FreeBSD.org>2001-03-27 19:55:53 +0000
commit5c620e2dadc45e9ead078b044d36abaaab246c3f (patch)
tree98afbf581d7e3087d293d704659576521149e2d8 /usr.sbin/syslogd/syslog.conf.5
parent5bc9d93db3afcaeaf216735a9bf5a7f1056982fd (diff)
downloadsrc-5c620e2dadc45e9ead078b044d36abaaab246c3f.tar.gz
src-5c620e2dadc45e9ead078b044d36abaaab246c3f.zip
Document LOG_CONSOLE.
Notes
Notes: svn path=/head/; revision=74875
Diffstat (limited to 'usr.sbin/syslogd/syslog.conf.5')
-rw-r--r--usr.sbin/syslogd/syslog.conf.59
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5
index c44142338efe..ea5f978e0809 100644
--- a/usr.sbin/syslogd/syslog.conf.5
+++ b/usr.sbin/syslogd/syslog.conf.5
@@ -100,9 +100,9 @@ are case insensitive.
The
.Em facility
describes the part of the system generating the message, and is one of
-the following keywords: auth, authpriv, cron, daemon, ftp, kern, lpr, mail,
-mark, news, ntp, syslog, user, uucp, security and local0 through local7.
-These keywords (with the exception of mark) correspond to the
+the following keywords: auth, authpriv, console, cron, daemon, ftp, kern,
+lpr, mail, mark, news, ntp, security, syslog, user, uucp and local0 through
+local7. These keywords (with the exception of mark) correspond to the
similar
.Dq Dv LOG_
values specified to the
@@ -389,6 +389,9 @@ auth.* |exec /usr/local/sbin/authfilter
# Log all security messages to a separate file.
security.* /var/log/security
+
+# Log all writes to /dev/console to a separate file.
+console.* /var/log/console.log
.Ed
.Sh IMPLEMENTATION NOTES
The