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:
parent
063e827588
commit
d4e6205745
3 changed files with 16 additions and 12 deletions
|
@ -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=()):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue