Skip to content

Commit

Permalink
adjust default loglevel to "info
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Mar 22, 2024
1 parent 6faa5d5 commit 6c9bd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radicale/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def _convert_to_bool(value: Any) -> bool:
"internal": web.INTERNAL_TYPES})])),
("logging", OrderedDict([
("level", {
"value": "warning",
"value": "info",
"help": "threshold for the logger",
"type": logging_level}),
("mask_passwords", {
Expand Down

0 comments on commit 6c9bd9d

Please sign in to comment.