Similar to all.log, mention that /var/log/console.log has to be created and chmod'ed

to make logging work.

PR:		168889
Submitted by:	Robert Simmons <rsimmons0@gmail.com>
MFC after:	1 week
This commit is contained in:
Christian Brueffer 2012-07-01 12:34:19 +00:00
parent 309dca0171
commit e19c9e1ed5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237921

View File

@ -16,6 +16,7 @@ cron.* /var/log/cron
*.=debug /var/log/debug.log
*.emerg *
# uncomment this to log all writes to /dev/console to /var/log/console.log
# touch /var/log/console.log and chmod it to mode 600 before it will work
#console.info /var/log/console.log
# uncomment this to enable logging of all log messages to /var/log/all.log
# touch /var/log/all.log and chmod it to mode 600 before it will work