1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

adjust default loglevel to "info

This commit is contained in:
Peter Bieringer 2024-03-22 07:15:20 +01:00
parent 85e1f46383
commit 9d91564d10

View file

@ -240,7 +240,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"internal": web.INTERNAL_TYPES})])), "internal": web.INTERNAL_TYPES})])),
("logging", OrderedDict([ ("logging", OrderedDict([
("level", { ("level", {
"value": "warning", "value": "info",
"help": "threshold for the logger", "help": "threshold for the logger",
"type": logging_level}), "type": logging_level}),
("mask_passwords", { ("mask_passwords", {