diff options
author | Robin Jarry <robin@jarry.cc> | 2022-11-23 00:41:33 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-12-02 22:10:17 +0100 |
commit | e88aea5ee68598d7716c788061490062eb7130dd (patch) | |
tree | 092f3b573073770d2a8ee0c616ab57b5289b66b8 /doc/aerc-config.5.scd | |
parent | 118ece70af51a677f1504ec1ca13e47d0db5fc67 (diff) | |
download | aerc-e88aea5ee68598d7716c788061490062eb7130dd.tar.gz |
logging: add new trace log level
We need more logging granularity.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Bence Ferdinandy <bence@ferdinandy.com>
Acked-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 6 |
1 files changed, 3 insertions, 3 deletions
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_ |