diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-27 10:34:27 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-27 11:11:29 +0100 |
commit | bd657023d6da9fbc60b64d4b53db005f347dc874 (patch) | |
tree | 8ba931a622184961c5b4efa120e17a70a2d3e0ee /share | |
parent | e353e7169e6ec68ee7bb520b3a0240928ee19b0f (diff) | |
download | justbuild-bd657023d6da9fbc60b64d4b53db005f347dc874.tar.gz |
Logging: Add --log-append clarg to just
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.org | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/just.1.org b/share/man/just.1.org index eee7e146..a08eecbc 100644 --- a/share/man/just.1.org +++ b/share/man/just.1.org @@ -252,7 +252,7 @@ and the corresponding disk space reclaimed. This subcommand starts a single node remote execution service, honoring the just native remote protocol. - + If the flag --compatible is provided, the execution service will honor the original remote build execution protocol. @@ -392,6 +392,10 @@ the original remote build execution protocol. Do not use ANSI escape sequences to highlight messages.\\ Supported by: analyse|build|describe|install|install-cas|rebuild|traverse|gc|execute. + *--log-append*\\ + Append messages to log file instead of overwriting existing.\\ + Supported by: analyse|build|describe|install|install-cas|rebuild|traverse|gc|execute. + *--expression-log-limit* NUM\\ In error messages, truncate the entries in the enumeration of the active environment, as well as the expression to be evaluated, to the specified @@ -454,7 +458,7 @@ the original remote build execution protocol. Path to a TLS CA certificate that is trusted to sign the server certificate. Supported by: build|install-cas|install|rebuild|traverse|execute. - + *--tls-client-cert* PATH\\ Path to a TLS client certificate to enable mTLS. It must be passed in conjunction with *--tls-client-key* and *--tls-ca-cert*. |