We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7cac4 commit 768931aCopy full SHA for 768931a
CHANGELOG.md
@@ -31,7 +31,8 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/
31
32
- Expose `structlog.dev.RichTracebackFormatter` for imports.
33
[#699](https://github.com/hynek/structlog/pull/699)
34
-
+- Expose `structlog.processors.LogfmtRenderer` for imports.
35
+ [#701](https://github.com/hynek/structlog/pull/701)
36
37
## [25.1.0](https://github.com/hynek/structlog/compare/24.4.0...25.1.0) - 2025-01-16
38
src/structlog/processors.py
@@ -55,6 +55,7 @@
55
"ExceptionPrettyPrinter",
56
"JSONRenderer",
57
"KeyValueRenderer",
58
+ "LogfmtRenderer",
59
"StackInfoRenderer",
60
"TimeStamper",
61
"UnicodeDecoder",
0 commit comments