mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
add trace options
This commit is contained in:
parent
c208ad4374
commit
02471b6c90
3 changed files with 32 additions and 0 deletions
|
@ -509,6 +509,14 @@ This is an automated message. Please do not reply.""",
|
|||
"value": "info",
|
||||
"help": "threshold for the logger",
|
||||
"type": logging_level}),
|
||||
("trace_on_debug", {
|
||||
"value": "False",
|
||||
"help": "do not filter debug messages starting with 'TRACE'",
|
||||
"type": bool}),
|
||||
("trace_filter", {
|
||||
"value": "",
|
||||
"help": "filter debug messages starting with 'TRACE/<TOKEN>'",
|
||||
"type": str}),
|
||||
("bad_put_request_content", {
|
||||
"value": "False",
|
||||
"help": "log bad PUT request content",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue