From dd8b9e54fc609d856a0d71c47eb2e0f8a98ab3bd Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Mon, 20 Feb 2023 12:59:17 +0100 Subject: Add logging command-line arguments to just-mr --- share/man/just-mr.1.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'share') diff --git a/share/man/just-mr.1.org b/share/man/just-mr.1.org index 2292943a..136796f4 100644 --- a/share/man/just-mr.1.org +++ b/share/man/just-mr.1.org @@ -68,6 +68,17 @@ See *just-mr-repository-config(5)* for more details on the input format. *--main* NAME\\ The repository to take the target from.\\ + *-f,--log-file* PATH\\ + Path to local log file. ~just-mr~ will store the information printed + on stderr in the log file along with the thread id and timestamp + when the output has been generated. + + *--log-limit* NUM\\ + Log limit (higher is more verbose) in interval [0,6] (Default: 3). + + *--plain-log*\\ + Do not use ANSI escape sequences to highlight messages. + *--just* PATH\\ Name of the just binary in ~PATH~ or path to the just binary.\\ Default: ~"just"~.\\ -- cgit v1.2.3