File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -659,10 +659,9 @@ specifiers like ``:.2f``. The full code is fairly simple:
659659Example: Structured Logging
660660---------------------------
661661
662- Structured logging allows developers to log data in both a human-readable format
663- *and * a structured format (like JSON) using only a single logging call. This is
664- useful for log aggregation systems that process the structured format while
665- still allowing developers to easily read their logs.
662+ Structured logging allows developers to log data in machine-readable
663+ formats like JSON. With t-strings, developers can easily log structured data
664+ alongside human-readable messages using just a single log statement.
666665
667666We present two different approaches to implementing structured logging with
668667template strings.
You can’t perform that action at this time.
0 commit comments