diff --git a/radicale/config.py b/radicale/config.py index 594bee29..489bf5d8 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -622,13 +622,9 @@ This is an automated message. Please do not reply.""", "value": str(utils.DEFAULT_LIMIT_CONTENT), "help": "limit content of wrapped text (chars)", "type": positive_int}), - ("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/'", + "help": "filter trace messages starting with ''", "type": str}), ("bad_put_request_content", { "value": "False",