mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Merge pull request #604 from Unrud/config_logging_config
Disable logging config by default
This commit is contained in:
commit
e4af3fc3cd
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue