diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-04-09 11:23:34 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-04-10 16:18:07 +0200 |
commit | c1bbcdb5cb3ff24163bf1105856dbe614684ee1f (patch) | |
tree | 106faacb10708dfdfbc34243c43ec39c1a2195ea /share | |
parent | a0cae2fa7b9bbf6d7fbe8575699bad8c41f9e84c (diff) | |
download | justbuild-c1bbcdb5cb3ff24163bf1105856dbe614684ee1f.tar.gz |
Add command-line option to restrict log limit on stderr
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md index 812cd33f..156a6cb4 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -440,6 +440,13 @@ Log limit (higher is more verbose) in interval \[0,6\] (Default: 3). Supported by: add-to-cas|analyse|build|describe|install|install-cas|rebuild|traverse|gc|execute. +**`--restrict-stderr-log-limit`** *`NUM`* +Restrict logging on console to the minimum of the specified **`--log-limit`** +and the value specified in this option. The default is to not additionally +restrict the log level at the console. +Supported by: +add-to-cas|analyse|build|describe|install|install-cas|rebuild|traverse|gc|execute. + **`--plain-log`** Do not use ANSI escape sequences to highlight messages. Supported by: |