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 da0dc91 commit 71ba053Copy full SHA for 71ba053
tools/code_review_tools/log.py
@@ -141,6 +141,8 @@ def init_logger(
141
# E.g.: 'event' become 'msg' and, at the end, all remaining values from 'event_dict'
142
# are added as 'extra'
143
structlog.stdlib.render_to_log_kwargs,
144
+ # Render the message as key=repr(value) for both msg and extra arguments
145
+ structlog.processors.KeyValueRenderer(key_order=["msg"]),
146
]
147
148
structlog.configure(
0 commit comments