# 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.