-
-
Notifications
You must be signed in to change notification settings - Fork 231
Add query time to logger #3010
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
Add query time to logger #3010
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like adding the new field, instead of replacing the connectTime field. People could probably also change their logger format to include the time, which is a good practice, and this would duplicate that, but could still be worth including.
Code changes looked fine, but Claude got pretty messy with the tests. 🤖
Co-authored-by: Jason Fulghum <jason@dolthub.com>
Co-authored-by: Jason Fulghum <jason@dolthub.com>
Co-authored-by: Jason Fulghum <jason@dolthub.com>
This is a proposed fix for Dolt issue: dolthub/dolt#8909
I'm not certain if we want to just add this field or replace connect time. I think this implementation is safer.