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
commitebb28c0ac333f775ea8f2fd9bd4edc460cd40a5a (patch)
tree86c159f69e384c25030b9d09f5bb8f08f3185154
parent390867f508b07194309b7cf41406a51032afb172 (diff)
Update logfile paths to log to /var/log/ulog/*
Forwarded: not-needed Last-Update: 2013-04-27 The standard configuration file sends logs to a number of files under /var/log/. To keep things tidy, including the logrotate script, move all the logs into a common parent directory. Gbp-Pq: Name put-logfiles-in-var-log-ulog.patch
-rw-r--r--ulogd.conf.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index 7b9b290..2ab6c51 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -184,25 +184,25 @@ nlgroup=1
socket_path="/tmp/nuauth_ulogd2.sock"
[emu1]
-file="/var/log/ulogd_syslogemu.log"
+file="/var/log/ulog/syslogemu.log"
sync=1
[op1]
-file="/var/log/ulogd_oprint.log"
+file="/var/log/ulog/oprint.log"
sync=1
[gp1]
-file="/var/log/ulogd_gprint.log"
+file="/var/log/ulog/gprint.log"
sync=1
timestamp=1
[xml1]
-directory="/var/log/"
+directory="/var/log/ulog/"
sync=1
[json1]
sync=1
-#file="/var/log/ulogd.json"
+#file="/var/log/ulog/ulogd.json"
#timestamp=0
# device name to be used in JSON message
#device="My awesome Netfilter firewall"
@@ -227,7 +227,7 @@ sync=1
[pcap1]
#default file is /var/log/ulogd.pcap
-#file="/var/log/ulogd.pcap"
+#file="/var/log/ulog/ulogd.pcap"
sync=1
[mysql1]
@@ -312,18 +312,18 @@ procedure="INSERT_PACKET_FULL"
[sqlite3_ct]
table="ulog_ct"
-db="/var/log/ulogd.sqlite3db"
+db="/var/log/ulog/ulogd.sqlite3db"
[sqlite3_pkt]
table="ulog_pkt"
-db="/var/log/ulogd.sqlite3db"
+db="/var/log/ulog/ulogd.sqlite3db"
[sys2]
facility=LOG_LOCAL2
[nacct1]
sync = 1
-#file = /var/log/ulogd_nacct.log
+#file = /var/log/ulog/nacct.log
[mark1]
mark = 1