From: Michael Tremer Date: Wed, 21 Jan 2009 20:49:38 +0000 (+0100) Subject: Changed syslog-ng.conf. X-Git-Tag: v3.0-alpha1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd07679e388db9681e5a23dd0d4eda0e4d32407b;p=ipfire-3.x.git Changed syslog-ng.conf. Commented a few lines that are doing some trouble at the moment. --- diff --git a/config/syslog-ng/syslog-ng.conf b/config/syslog-ng/syslog-ng.conf index 36970f4e8..e61fafb3b 100644 --- a/config/syslog-ng/syslog-ng.conf +++ b/config/syslog-ng/syslog-ng.conf @@ -53,9 +53,9 @@ destination console_all { destination ids { program("/usr/sbin/ids-block"); }; -destination loghost { - tcp("10.0.0.1" port(514)); - }; +#destination loghost { +# tcp("10.0.0.1" port(514)); +# }; filter f_boot { facility(local7);