diff options
| -rw-r--r-- | etc/newsyslog.conf | 2 | ||||
| -rw-r--r-- | etc/syslog.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 91ec96c6f971..2879ff467929 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -17,4 +17,4 @@ /var/log/daily.log 640 7 * @T00 Z /var/log/weekly.log 640 5 1 $W6D0 Z /var/log/monthly.log 640 12 * $M1D0 Z -/var/log/console 640 5 100 * Z +/var/log/console.log 640 5 100 * Z diff --git a/etc/syslog.conf b/etc/syslog.conf index 823fff5a5f06..425ab72ca67e 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -12,8 +12,8 @@ cron.* /var/log/cron *.notice;news.err root *.alert root *.emerg * -# uncomment this to log all writes to /dev/console to /var/log/console -#console.info /var/log/console +# uncomment this to log all writes to /dev/console to /var/log/console.log +#console.info /var/log/console.log # uncomment this to enable logging of all log messages to /var/log/all.log #*.* /var/log/all.log # uncomment this to enable logging to a remote loghost named loghost |
