From 353ad7a9b33c503c12f8e9e753681e576609c96c Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 22 Mar 2024 07:15:20 +0100 Subject: [PATCH] adjust default loglevel to "info --- radicale/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/config.py b/radicale/config.py index fc161218..bb2a0653 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -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", {