mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
add support for conditional logging of backtrace_on_debug
This commit is contained in:
parent
ac14b01dda
commit
ad596002f3
6 changed files with 25 additions and 6 deletions
|
@ -252,6 +252,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||
"value": "False",
|
||||
"help": "log bad PUT request content",
|
||||
"type": bool}),
|
||||
("backtrace_on_debug", {
|
||||
"value": "True",
|
||||
"help": "log backtrace 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