1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

Merge branch 'master' into email

This commit is contained in:
Nate Harris 2025-07-19 23:39:16 -06:00 committed by GitHub
commit 0cc5d42947
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 803 additions and 65 deletions

View file

@ -520,6 +520,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",