Ver código fonte

adjust default loglevel to "info

Peter Bieringer 2 anos atrás
pai
commit
353ad7a9b3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      radicale/config.py

+ 1 - 1
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", {