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
2 changed files with 2 additions and 2 deletions

View File

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