Skip to content
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

[CT-1267] Convert non-structured messages generated in exceptions.py to structured events #5957

Closed
gshank opened this issue Sep 28, 2022 · 0 comments · Fixed by #6064
Closed
Assignees
Labels

Comments

@gshank
Copy link
Contributor

gshank commented Sep 28, 2022

We have a number of logging events in which the string message is generated by external utilities, mostly in various functions in exceptions.py. Because of this, the actual information used to structure the message is not included in the logging event. These events can be identified by the fact that they contain a "msg" field instead of various structured fields.

Refactor these messages so that more of the formatting code is moved into the logging event code, and so that the events capture the strings used to construct the message.

@github-actions github-actions bot changed the title Convert non-structured messages generated in exceptions.py to structured events [CT-1267] Convert non-structured messages generated in exceptions.py to structured events Sep 28, 2022
@gshank gshank added the logging label Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants