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=()):