Ability to add any column to the top level logs view #696
RoryCrispin
started this conversation in
Ideas
Replies: 1 comment
-
Possibly related: new |
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
-
In Explore mode, it's possible to configure which columns make up the log message presented in the main logs view. To do so, click the 'Eye' button on a field on the detail view (pictured)
This should be possible in the Dashboard view as well.
Workaround: build a fake body string using ClickHouse like:
SELECT concat('body: ', Body, ' logger_name: ', logger_name) as Body, Body as Body_raw, logger_name
toBeta Was this translation helpful? Give feedback.
All reactions