mirror of
https://github.com/rclone/rclone.git
synced 2025-04-19 01:59:00 +08:00
Merge 709cd46cd9d8da54582729fe9a634e9ef0afdc8a into 205667143c807103b493e94bc0a708e10c435598
This commit is contained in:
commit
874c911ef6
@ -1488,8 +1488,13 @@ warnings and significant events.
|
||||
|
||||
### --use-json-log ###
|
||||
|
||||
This switches the log format to JSON for rclone. The fields of json log
|
||||
are level, msg, source, time.
|
||||
This switches the log format to JSON. The log messages are then
|
||||
streamed as individual JSON objects, with fields: level, msg, source,
|
||||
and time. The resulting format is what is sometimes referred to as
|
||||
[newline-delimited JSON](https://en.wikipedia.org/wiki/JSON_streaming#Newline-delimited_JSON)
|
||||
(NDJSON), or JSON Lines (JSONL). This is well suited for processing by
|
||||
traditional line-oriented tools and shell pipelines, but a complete log
|
||||
file is not strictly valid JSON and needs a parser that can handle it.
|
||||
|
||||
### --low-level-retries NUMBER ###
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user