diff options
author | brueffer <brueffer@FreeBSD.org> | 2012-07-01 12:34:19 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2012-07-01 12:34:19 +0000 |
commit | b3fa683a25edf473ea8ace82c462501e393486f1 (patch) | |
tree | df294f7a037279f6fb2e059cd4fe2030e56a9b40 /etc/syslog.conf | |
parent | 7bd211d5cb89a9f8aad0cb97f0ad0f3bf7e70d0f (diff) | |
download | FreeBSD-src-b3fa683a25edf473ea8ace82c462501e393486f1.zip FreeBSD-src-b3fa683a25edf473ea8ace82c462501e393486f1.tar.gz |
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
Diffstat (limited to 'etc/syslog.conf')
-rw-r--r-- | etc/syslog.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf index be96831..242d27a 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -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 |