]> git.ipfire.org Git - pakfire.git/commitdiff
config: Remove old logging options and add a new debugging option
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Dec 2016 15:46:38 +0000 (16:46 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Dec 2016 15:46:38 +0000 (16:46 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
contrib/config/general.conf

index f2e8bb595978a9c2fa5d0f6dd8cd1308725d5d29..864cfb3dbfe3f7488050b557badbdccde231dc4c 100644 (file)
@@ -1,24 +1,9 @@
 
 # This is the general configuration file for pakfire.
 
-[logger]
-# The file were logs are written to. If none is given,
-# the will be no log written.
-#file = /var/log/pakfire.log
-
-# The level of the logging can be specified here.
-# Possible options: normal, debug
-#level = normal
-
-# The mode specifies if the log file is rotated
-# after a certain file size or if the file will
-# always be appended.
-# Possible values: rotate, normal
-#mode = rotate
-
-# If in rotation mode, this specifies the threshold
-# when the log file will be rotated (bytes).
-#rotation_threshold = 10245760
+[log]
+# Enables debug logging to syslog
+#debug = false
 
 [downloader]
 # Pakfire can use a HTTP proxy for all downloads.