-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: support for dict_tracebacks #35
Comments
Hey @g-- , you shouldn't need to use See for instance this test: structlog-gcp/tests/test_log.py Lines 28 to 60 in 64b0292
|
That's true! But the |
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
andstructlog_gcp
enabled like this: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.
The text was updated successfully, but these errors were encountered: