You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONFIG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ log:
34
34
target: true # Defaults to false, includes extra information for debugging purposes
35
35
timestamp: "%Y-%m-%dT%H:%M%S"# Defaults to "%Y-%m-%dT%H:%M%S", details in <https://docs.rs/chrono/0.4.40/chrono/format/strftime/index.html#fn7>
36
36
ansi_colors: true # Defaults to false, set up ansi-colors in the stdout logs output.
37
+
formatter: json # Defaults to "default". It accepts "json" (newline delimited JSON logs) or "default" (human-readable, single-line logs)
37
38
level: debug # Defines the log level, defaults to "info".
38
39
insecure_fine_grained_level: debug # Enables logs for external dependencies and sets its level. This cannot be considered secure since external dependencies may leek secrets. If this is set the 'level' field does not apply.
0 commit comments