Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Gill <tyler.gill@byu.net>2018-05-25 18:49:53 +0300
committerTyler Gill <tyler.gill@byu.net>2018-05-25 18:49:53 +0300
commitf94a58d98cf233cfdfe6a6bf1e64e9e938655c4d (patch)
tree12c774b3b2184c1eda84f0f817183bff4a6c95b0 /Duplicati/CommandLine
parenta7575d6bda695205297eb98120799267b10a4d93 (diff)
Update 'help logging' to mention --log-file-log-level and --console-log-level rather than the older --log-level
Diffstat (limited to 'Duplicati/CommandLine')
-rw-r--r--Duplicati/CommandLine/help.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Duplicati/CommandLine/help.txt b/Duplicati/CommandLine/help.txt
index d4976e082..bc8b703f2 100644
--- a/Duplicati/CommandLine/help.txt
+++ b/Duplicati/CommandLine/help.txt
@@ -292,8 +292,10 @@ Duplicati provides information for debugging and logging purposes. By default, a
If something needs to be retried (e.g. upload failed) this will cause an entry in the log file.
--log-file = <path>
The path to the log file e.g. "D:\duplicati\log.txt".
- --log-level = Profiling | Information | Warning | Error
- Specifies the log level.
+ --log-file-log-level = Profiling | Verbose | Information | Warning | Error
+ Specifies the log level to use for the log file.
+ --console-log-level = Profiling | Verbose | Information | Warning | Error
+ Specifies the log level to use for the console log.
# =============================================================================