-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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-19] Logging serialization: use mashumaro for consistency #4504
Labels
Milestone
Comments
4 tasks
gshank
added a commit
that referenced
this issue
Dec 17, 2021
gshank
added a commit
that referenced
this issue
Dec 17, 2021
gshank
added a commit
that referenced
this issue
Dec 17, 2021
gshank
added a commit
that referenced
this issue
Dec 17, 2021
gshank
added a commit
that referenced
this issue
Dec 17, 2021
gshank
added a commit
that referenced
this issue
Dec 17, 2021
gshank
added a commit
that referenced
this issue
Dec 20, 2021
github-actions
bot
changed the title
Logging serialization: use mashumaro for consistency
[CT-19] Logging serialization: use mashumaro for consistency
Jan 5, 2022
gshank
added a commit
that referenced
this issue
Jan 6, 2022
gshank
added a commit
that referenced
this issue
Jan 7, 2022
gshank
added a commit
that referenced
this issue
Jan 7, 2022
gshank
added a commit
that referenced
this issue
Jan 12, 2022
gshank
added a commit
that referenced
this issue
Jan 12, 2022
gshank
added a commit
that referenced
this issue
Jan 21, 2022
gshank
added a commit
that referenced
this issue
Jan 21, 2022
gshank
added a commit
that referenced
this issue
Jan 21, 2022
gshank
added a commit
that referenced
this issue
Jan 27, 2022
gshank
added a commit
that referenced
this issue
Jan 27, 2022
iknox-fa
pushed a commit
that referenced
this issue
Feb 8, 2022
iknox-fa
pushed a commit
that referenced
this issue
Feb 8, 2022
iknox-fa
pushed a commit
that referenced
this issue
Feb 8, 2022
jtcohen6
added
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
logging
labels
Feb 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The recent logging refactor used thePython dataclasses asdict method for serialization. For consistency with the rest of the codebase and for performance, switch to using mashumaro.
The text was updated successfully, but these errors were encountered: