summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boot <bootc@debian.org>2022-12-29 16:11:14 +0000
committerChris Boot <bootc@debian.org>2022-12-29 16:11:14 +0000
commit26265cd19347af9deee765d6cb3b07372de26efc (patch)
tree3c0d7b3d30e198e066a67ff397a23b1f55db0dd2
parent328f1ce82757cb5d95f42cd03e8baceb84420411 (diff)
Tweak log destination and loglevel in ulogd.conf.in
Forwarded: not-needed Last-Update: 2013-04-27 Send logging for ulogd itself to syslog rather than to file (not for iptables logging), and explicitly set loglevel to info. 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 9a04bf7..182183b 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