From 4770388222f5e570b6377a7efc2884b207645c07 Mon Sep 17 00:00:00 2001 From: kees-z Date: Mon, 21 Jun 2021 21:47:28 +0200 Subject: [PATCH] Update 06-advanced-options.md --- docs/06-advanced-options.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index f159987..770d9fb 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -285,10 +285,19 @@ Filters are matched against the log tag and assumed to be including, unless they ### log-file-log-level `--log-file-log-level = Warning` Log file information level +Possible options: See `log-level`. ### log-level `--log-level = Warning` -Specifies the amount of log information to write into the file specified by `--log-file`. +Specifies the amount of log information to write into the file specified by `--log-file`. +Suppored options: +* `Error`: Error messages only. +* `Warning`: Also warnings, meaning that later errors may be related to this message. +* `DryRun`: Also messages from dry- run output. +* `Information`: Also informational messages that do not indicate problems. +* `Retry`: Also messages from a retry. +* `Profiling`: Also messages that are not wanted for display. +* `ExplicitOnly`: Also messages that are only be shown if explicitly requested. ### log-retention `--log-retention = 30D`