From: Michael Tremer Date: Thu, 1 Dec 2016 15:46:38 +0000 (+0100) Subject: config: Remove old logging options and add a new debugging option X-Git-Tag: 0.9.28~1285^2~1447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9506d65840928d69fcff5b967efca0d4bcfb79ee;p=pakfire.git config: Remove old logging options and add a new debugging option Signed-off-by: Michael Tremer --- diff --git a/contrib/config/general.conf b/contrib/config/general.conf index f2e8bb595..864cfb3db 100644 --- a/contrib/config/general.conf +++ b/contrib/config/general.conf @@ -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.