Replies: 1 comment 1 reply
-
It looks ok to enable %tn by default, would you like to create a pull request @minyk ? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Kyuubi has many thread pools for frontends and backends. So without thread name and ID, logs are barely recognizable for each executions. Following logs are extracted from our testbed:
But, just add thread name and ID, logs are filterable for exact execution like this:
I just add
%tn
to PatternLayout. I think we should provide this to default for more easy looking.How about this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions