From 93386b4c4c509172cde3c3a5a0d2a0dff62d6009 Mon Sep 17 00:00:00 2001 From: kloczek Date: Tue, 30 Jul 2002 18:00:59 +0000 Subject: [PATCH] - commented "destination console_all" with showing all logs on tty12. Changed files: syslog-ng.conf -> 1.10 --- syslog-ng.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syslog-ng.conf b/syslog-ng.conf index 769884f..a85fd94 100644 --- a/syslog-ng.conf +++ b/syslog-ng.conf @@ -24,7 +24,7 @@ destination uucp { file("/var/log/spooler"); }; destination debug { file("/var/log/debug"); }; destination console { usertty("root"); }; -destination console_all { file("/dev/tty12"); }; +#destination console_all { file("/dev/tty12"); }; destination xconsole { pipe("/dev/xconsole"); }; -- 2.44.0