Replies: 3 comments
-
Cc @flaneur2020 @ZhiHanZ @everpcpc for more input. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I prefer the non-overlapping way. |
Beta Was this translation helpful? Give feedback.
0 replies
-
a non-overlapping way +1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We used
query_enabled
to control whether we print query-related logs. But in RFC https://databend.rs/doc/contributing/rfcs/new-logging, we removed it. Instead, we unified all our logs to the same logger.However, based on discussion with @everpcpc, their does have the need for different log channels:
Maybe we can introduce the concept of channels for users to config like crdb dos: https://www.cockroachlabs.com/docs/stable/logging-overview.html
Information I needed
Beta Was this translation helpful? Give feedback.
All reactions