From e88aea5ee68598d7716c788061490062eb7130dd Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Wed, 23 Nov 2022 00:41:33 +0100 Subject: logging: add new trace log level We need more logging granularity. Signed-off-by: Robin Jarry Tested-by: Bence Ferdinandy Acked-by: Tim Culverhouse --- doc/aerc-config.5.scd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 247490ab..40825864 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -54,9 +54,9 @@ These options are configured in the *[general]* section of _aerc.conf_. *log-level* Only log messages above the specified level to *log-file*. Supported - levels are: _debug_, _info_, _warn_ and _error_. When redirecting aerc's - output to a file using _>_ shell redirection, this setting is ignored - and the log level is forced to _debug_. + levels are: _trace_, _debug_, _info_, _warn_ and _error_. When + redirecting aerc's output to a file using _>_ shell redirection, this + setting is ignored and the log level is forced to _debug_. Default: _info_ -- cgit