1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-16 19:00:54 +00:00

Don't include passwords in logs

This commit is contained in:
Unrud 2016-06-11 12:53:58 +02:00
parent 063e827588
commit d4e6205745
3 changed files with 16 additions and 12 deletions

View file

@ -63,7 +63,8 @@ INITIAL_CONFIG = {
"logging": {
"config": "/etc/radicale/logging",
"debug": "False",
"full_environment": "False"}}
"full_environment": "False",
"mask_passwords": "True"}}
def load(paths=()):