Skip to content

Commit

Permalink
Fix a small typo. (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
brcsw authored Dec 6, 2024
1 parent a60ce7b commit d03d1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ There are [plenty of processors](structlog.processors) for most common tasks com
Since each log entry is a dictionary, it can be formatted to **any** format:

- A colorful key-value format for [local development](console-output.md),
- [JSON](structlog.processors.JSONRenderer) of [*logfmt*](structlog.processors.LogfmtRenderer) for easy parsing,
- [JSON](structlog.processors.JSONRenderer) or [*logfmt*](structlog.processors.LogfmtRenderer) for easy parsing,
- or some standard format you have parsers for like *nginx* or Apache *httpd*.

Internally, formatters are processors whose return value (usually a string) is passed into loggers that are responsible for the output of your message.
Expand Down

0 comments on commit d03d1ef

Please sign in to comment.