mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
Enhancement: add option to toggle debug log of right with doesn't match
This commit is contained in:
parent
107fe1bc53
commit
e852c887d7
5 changed files with 16 additions and 1 deletions
|
@ -292,6 +292,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||
"value": "False",
|
||||
"help": "log response content on level=debug",
|
||||
"type": bool}),
|
||||
("right_doesnt_match", {
|
||||
"value": "False",
|
||||
"help": "log rights which doesn't match on level=debug",
|
||||
"type": bool}),
|
||||
("mask_passwords", {
|
||||
"value": "True",
|
||||
"help": "mask passwords in logs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue