Merge pull request #604 from Unrud/config_logging_config

Disable logging config by default
This commit is contained in:
Guillaume Ayoub 2017-05-26 11:06:27 +02:00 committed by GitHub
commit e4af3fc3cd
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 # If no config is given, simple information is printed on the standard output
# For more information about the syntax of the configuration file, see: # For more information about the syntax of the configuration file, see:
# http://docs.python.org/library/logging.config.html # http://docs.python.org/library/logging.config.html
#config = /etc/radicale/logging #config =
# Set the default logging level to debug # Set the default logging level to debug
#debug = False #debug = False

View File

@ -123,7 +123,7 @@ INITIAL_CONFIG = OrderedDict([
"help": "command that is run after changes to storage"})])), "help": "command that is run after changes to storage"})])),
("logging", OrderedDict([ ("logging", OrderedDict([
("config", { ("config", {
"value": "/etc/radicale/logging", "value": "",
"help": "logging configuration file"}), "help": "logging configuration file"}),
("debug", { ("debug", {
"value": "False", "value": "False",