Skip to content

Commit 768931a

Browse files
authored
expose LogfmtRenderer for imports (#701)
1 parent ea7cac4 commit 768931a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/
3131

3232
- Expose `structlog.dev.RichTracebackFormatter` for imports.
3333
[#699](https://github.com/hynek/structlog/pull/699)
34-
34+
- Expose `structlog.processors.LogfmtRenderer` for imports.
35+
[#701](https://github.com/hynek/structlog/pull/701)
3536

3637
## [25.1.0](https://github.com/hynek/structlog/compare/24.4.0...25.1.0) - 2025-01-16
3738

src/structlog/processors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"ExceptionPrettyPrinter",
5656
"JSONRenderer",
5757
"KeyValueRenderer",
58+
"LogfmtRenderer",
5859
"StackInfoRenderer",
5960
"TimeStamper",
6061
"UnicodeDecoder",

0 commit comments

Comments
 (0)