-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure Logger in yaml #536
Comments
You can set |
We are directly using Tempo image, can you help provide some example to set the Log field? |
Tempo log level can be configured with the following.
It doesn't look like we currently expose log_format on the server as a config option. |
log_format is configurable to However, they are not helpful to tune the logger field |
I am thinking adding some config like |
We are getting this error when try exporter logs from Tempo as
json
format:{"index"=>{"status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse field [ts] of type [float] in document with id 'wsMnW5AB6IW1ExbRjrjx'. Preview of field's value: '2024-06-27T19:23:52.997740845Z'", "caused_by"=>{"type"=>"number_format_exception", "reason"=>"For input string: \"2024-06-27T19:23:52.997740845Z\""}}}}
and i notice this in dskit server config
Is it possible to configure the logger in yaml to remove
ts
or renamets
totimestamp
to match our logging system schema?The text was updated successfully, but these errors were encountered: