1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 02:23:24 +00:00

log: add --use-json-log for JSON logging

This commit is contained in:
justinalin
2019-07-26 08:54:09 +08:00
committed by Nick Craig-Wood
parent a3449bda30
commit 520fb03bfd
5 changed files with 121 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ var (
type ConfigInfo struct {
LogLevel LogLevel
StatsLogLevel LogLevel
UseJSONLog bool
DryRun bool
CheckSum bool
SizeOnly bool