From d9f8912333fc601fad6eae7676e11406ec92f4b0 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 20 Dec 2000 22:26:33 +0000 Subject: [PATCH] Add commented out entry showing use of console.info feature. --- etc/syslog.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/syslog.conf b/etc/syslog.conf index 54a2876b455d..823fff5a5f06 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -12,6 +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 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