1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-12 20:30:57 +00:00

Disable logging config by default

Radicale always tries to load the system-wide configuration file. To turn this off, the logging-config option has to be added to all configuration files and command line arguments. It's easier to disable it by default and only add it once to the system-wide config file.
This commit is contained in:
Unrud 2017-05-24 17:03:48 +02:00
parent 22d364729b
commit fed974e018
2 changed files with 2 additions and 2 deletions

2
config
View file

@ -122,7 +122,7 @@
# If no config is given, simple information is printed on the standard output
# For more information about the syntax of the configuration file, see:
# http://docs.python.org/library/logging.config.html
#config = /etc/radicale/logging
#config =
# Set the default logging level to debug
#debug = False