1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Document LOG_CONSOLE.

This commit is contained in:
Chris Timmons 2001-03-27 19:55:53 +00:00
parent 5bc9d93db3
commit 5c620e2dad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74875
2 changed files with 8 additions and 3 deletions

View File

@ -177,6 +177,8 @@ The same as
.Dv LOG_AUTH ,
but logged to a file readable only by
selected individuals.
.It Dv LOG_CONSOLE
Messages written to /dev/console by the kernel console output driver.
.It Dv LOG_CRON
The cron daemon:
.Xr cron 8 .

View File

@ -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