You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
github-actionsbot
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
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.
The text was updated successfully, but these errors were encountered: