summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boot <bootc@debian.org>2018-07-02 15:08:25 +0100
committerChris Boot <bootc@debian.org>2018-07-02 15:08:25 +0100
commit7ba371774e6b529d25521ad3492e6e350b3cd7b7 (patch)
tree636a8d98c086f838d35c57f73cd947cd50f661b7
parent54fec9368b61fee0ab1ecb09fe51bd50d42e9e4b (diff)
Tweak log destination and loglevel in ulogd.conf.in
Send logging for ulogd itself to syslog rather than to file (not for iptables logging), and explicitly set loglevel to info. Forwarded: not-needed Last-Update: 2013-04-27 Gbp-Pq: Name configure-logging.patch
-rw-r--r--ulogd.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index 62222db..c05c830 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -8,10 +8,10 @@
# logfile for status messages
-logfile="/var/log/ulogd.log"
+logfile="syslog"
# loglevel: debug(1), info(3), notice(5), error(7) or fatal(8) (default 5)
-# loglevel=1
+loglevel=3
######################################################################
# PLUGIN OPTIONS