Update dependency structlog to v23.3.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
structlog (changelog) | dependencies | minor |
23.2.0 -> 23.3.0
|
Release Notes
hynek/structlog (structlog)
v23.3.0
Added
-
The colorful development logger is now even more configurable! Choose freely your colors and the order of the key-value pairs! Implement your own formatters for certain keys!
Implementing the output on top of the new columns API has changed the default very slightly, but shouldn't be noticeable. #577
-
Async log methods (those starting with an
a
) now also support the collection of callsite information usingstructlog.processors.CallsiteParameterAdder
. #565
Changed
-
structlog.stdlib.recreate_defaults()
now also addsstructlog.stdlib.add_logger_name
to the processors. Check out the updated screenshot!
Fixed
-
The return value from
get_logger()
(aBoundLoggerLazyProxy
) now passesisinstance
-checks againststructlog.typing.BindableLogger
on Python 3.12. #561 -
structlog.threadlocal.tmp_bind()
now also works withBoundLoggerLazyProxy
(in other words: before anything is bound to a bound logger). -
stdlib:
ProcessorFormatter
can now be told to not render the log record message usinggetMessage
and juststr(record.msg)
instead. #550 -
stdlib:
structlog.stdlib.BoundLogger.exception()
's handling ofLogRecord.exc_info
is now set consistent withlogging
. #571 #572
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.