summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2017-03-27 21:43:38 +0300
committerEric Leblond <eric@regit.org>2017-05-16 00:00:06 +0200
commit778a8ac4da549cab601765c0cd9b6716b9342faa (patch)
tree5411f237d19b8cba1fad450b6391e8d5a450f562 /doc
parent753c5b5d02612de088a8f5b4b1c29951d05c86a5 (diff)
harmonize log file defaults with ulogd.conf
Signed-off-by: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
Diffstat (limited to 'doc')
-rw-r--r--doc/ulogd.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ulogd.sgml b/doc/ulogd.sgml
index 65a63cf..de799f4 100644
--- a/doc/ulogd.sgml
+++ b/doc/ulogd.sgml
@@ -422,7 +422,7 @@ to a file. The only useful application is debugging.
<descrip>
<tag>dumpfile</tag>
The filename where it should log to. The default is
-<tt>/var/log/ulogd.pktlog</tt>
+<tt>/var/log/ulogd_oprint.log</tt>
</descrip>
<sect2>ulogd_output_LOGEMU.so
@@ -433,7 +433,7 @@ as possible. Logging is done to a seperate textfile instead of syslog, though.
The module defines the following configuration directives:
<descrip>
<tag>file</tag>The filename where it should log to. The default is
-<tt>/var/log/ulogd.syslogemu</tt>
+<tt>/var/log/ulogd_syslogemu.log</tt>
<tag>sync</tag>Set this to 1 if you want to have your logfile written
synchronously. This may reduce performance, but makes your log-lines appear
immediately. The default is <tt>0</tt>