From 5b9cb0c3eb41cbc388972ee844dfb9dcc03ef3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 23 Apr 2003 13:08:31 +0000 Subject: [PATCH] Make sure debug.log only gets debugging messages. --- etc/syslog.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/syslog.conf b/etc/syslog.conf index 238642a573de..db88242c02ee 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -13,7 +13,7 @@ mail.info /var/log/maillog lpr.info /var/log/lpd-errs ftp.info /var/log/xferlog cron.* /var/log/cron -*.debug /var/log/debug.log +*.=debug /var/log/debug.log *.emerg * # uncomment this to log all writes to /dev/console to /var/log/console.log #console.info /var/log/console.log