mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
adjust default loglevel to "info
This commit is contained in:
parent
ca99016200
commit
353ad7a9b3
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||
"internal": web.INTERNAL_TYPES})])),
|
||||
("logging", OrderedDict([
|
||||
("level", {
|
||||
"value": "warning",
|
||||
"value": "info",
|
||||
"help": "threshold for the logger",
|
||||
"type": logging_level}),
|
||||
("mask_passwords", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue