-
Notifications
You must be signed in to change notification settings - Fork 751
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
chore: use logforth to replace fern #16249
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.
Thanks!
There are extra error messages:
Need fix the ci tests. |
serde_json::to_string(&fields).unwrap_or_default(), | ||
)); | ||
} | ||
Some(query_id) => { |
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.
query_id
missing for the new system logging cc @andylokandy
This PR introduces a breaking change to the design. Cloud query history and system logs are all broken now. |
* fix: revert log format breakage from #16249 * fix --------- Co-authored-by: Bohu <[email protected]>
* fix: revert log format breakage from #16249 * fix --------- Co-authored-by: andylokandy <[email protected]>
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
Tests
Type of change
This change is