Replies: 1 comment 3 replies
-
|
This sounds like a new feature. Do you care about Perhaps we can enable a customizable |
Beta Was this translation helpful? Give feedback.
3 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.
-
I'm planning to migrate from
tracinglog tologforth. One thing that blocks me now is the keys in the JSON format. E.g.,logforthuses thelogforth/layouts/json/src/lib.rs
Lines 88 to 101 in 41a327b
So the additional fields will be placed in the
kvs. Whiletracingis usingfields. (BTW,tracingplaces themessageinside thefields)This won't be something very important. But I hope the migration won't affect the users if they already have some log parser rules.
I wonder if there are some easy ways to customize the keys in the JSON layout, instead of re-implementing a new JSON layout.
Beta Was this translation helpful? Give feedback.
All reactions