Don't include passwords in logs
This commit is contained in:
@@ -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=()):
|
||||
|
Reference in New Issue
Block a user