1
0
Fork 0
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:
Peter Bieringer 2025-07-19 14:39:47 +02:00
parent c208ad4374
commit 02471b6c90
3 changed files with 32 additions and 0 deletions

View file

@ -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",