aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorChris Timmons <cwt@FreeBSD.org>2001-04-03 16:25:59 +0000
committerChris Timmons <cwt@FreeBSD.org>2001-04-03 16:25:59 +0000
commitceba99ef093001df5bcc0e56d1b6ae593d1229e0 (patch)
tree18342db1cdcc50faeb616458de0a62a1ea0acd4c /usr.sbin
parent8239442d90b8afc685e74e56b449e97878e45adf (diff)
downloadsrc-ceba99ef093001df5bcc0e56d1b6ae593d1229e0.tar.gz
src-ceba99ef093001df5bcc0e56d1b6ae593d1229e0.zip
MFC: Document LOG_CONSOLE. Approved-by: jkh
Notes
Notes: svn path=/stable/4/; revision=75132
Diffstat (limited to 'usr.sbin')
-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