-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi there! I appreciate this library as it's made it easier to integrate into stackdriver/gcp logging. One small feature request: support for structlog.processors.dict_tracebacks, or similar functionality included
I found when I had both dict_tracebacks and structlog_gcp enabled like this:
structlog.configure(processors=[
structlog.processors.dict_tracebacks,
*(structlog_gcp.build_processors()),
])
stacktraces were rendered as dictionaries and then back into strings, so they'd show up as json strings both on the console and in gcp.
activtrak-bnelson
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested