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/why.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ There are [plenty of processors](structlog.processors) for most common tasks com
81
81
Since each log entry is a dictionary, it can be formatted to **any** format:
82
82
83
83
- A colorful key-value format for [local development](console-output.md),
84
-
-[JSON](structlog.processors.JSONRenderer)of[*logfmt*](structlog.processors.LogfmtRenderer) for easy parsing,
84
+
-[JSON](structlog.processors.JSONRenderer)or[*logfmt*](structlog.processors.LogfmtRenderer) for easy parsing,
85
85
- or some standard format you have parsers for like *nginx* or Apache *httpd*.
86
86
87
87
Internally, formatters are processors whose return value (usually a string) is passed into loggers that are responsible for the output of your message.
0 commit comments