From 7a5cdf1f64818708d1e2bb8e110a2717660d7105 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Wed, 8 Apr 2026 21:38:18 +0200 Subject: [PATCH] log/config template: update related to legacy trace_on_debug and trace_filter --- config | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config b/config index 63fc0072..01a76596 100644 --- a/config +++ b/config @@ -359,16 +359,13 @@ [logging] # Threshold for the logger -# Value: debug | info | warning | error | critical +# Value: trace | debug | info | notice | warning | error | critical | alert #level = info # Limit content of wrapped text (chars) #limit_content = 3000 -# do not filter debug messages starting with 'TRACE' -#trace_on_debug = False - -# filter debug messages starting with 'TRACE/' +# filter debug messages starting with '' #trace_filter = "" # Don't include passwords in logs