diff options
author | Robin Jarry <robin@jarry.cc> | 2022-12-06 17:59:52 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-12-07 00:45:44 +0100 |
commit | bf713a89d1e8127c02a9680889b5c88809a26f2b (patch) | |
tree | a737948af44dae6f3e5bbe031224e4b9f713f0a3 /doc | |
parent | d25efff65aba373be44d1a514c35472bf52994e5 (diff) | |
download | aerc-bf713a89d1e8127c02a9680889b5c88809a26f2b.tar.gz |
log: force trace level when using shell redirection
When using aerc > log, print all messages as it was before the logging
system cleanup.
Requested-by: Tim Culverhouse <tim@timculverhouse.com>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index e7000b4c..868f6564 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -58,7 +58,7 @@ These options are configured in the *[general]* section of _aerc.conf_. Only log messages above the specified level to *log-file*. Supported 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_. + setting is ignored and the log level is forced to _trace_. Default: _info_ |