1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

add option to log bad PUT request content

This commit is contained in:
Peter Bieringer 2024-05-29 06:07:36 +02:00
parent 96b63ed65f
commit 4678612194
4 changed files with 10 additions and 0 deletions

View file

@ -247,6 +247,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"value": "info",
"help": "threshold for the logger",
"type": logging_level}),
("bad_put_request_content", {
"value": "False",
"help": "log bad PUT request content",
"type": bool}),
("mask_passwords", {
"value": "True",
"help": "mask passwords in logs",