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:
parent
7bd211d5cb
commit
b3fa683a25
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user