mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 06:37:36 +03: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:
parent
22d364729b
commit
fed974e018
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