Hey there,
is it possible to add default attributes to the top level of the log record?
This is useful to enable easier querying in betterstack, by e.g. adding the source tag on the top level of the record.
I have tried to add it to the record by using
instance.With("scope", "my-scope")
However this shows up as extra.scope in betterstack.
Thanks!
Hey there,
is it possible to add default attributes to the top level of the log record?
This is useful to enable easier querying in betterstack, by e.g. adding the source tag on the top level of the record.
I have tried to add it to the record by using
However this shows up as extra.scope in betterstack.
Thanks!