Closed cabello closed 7 years ago
This appears to be an issue with Lograge rather than LogStashLogger. You are using a log formatter provided by Lograge, which doesn't support tagged logging. If you use one of the built in formatters provided by LogStashLogger, tags should appear in the tags
key of the event.
Hi,
I have a Rails 5 app configured like the following
config/environments/production.rb
:This is a sample message that I am seeing in
logz.io
a ELK as a service provider:I just did a test and removed the
log_tags
settings and everything was parsed into searchable fields.Is that the expected behaviour? How do I log the request id otherwise? Using
config.customize_event
maybe?