You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ENV.key?("LOGSTASH_ORIGIN")
config.autoflush_log = true
config.logstash.uri = ENV.fetch("LOGSTASH_ORIGIN")
config.logstash.customize_event do |event|
event.merge!({
"application-name" => "sr-warehouse"
})
end
end
Doesn't seem to set the property on logging.
The text was updated successfully, but these errors were encountered:
Latest ruby, latest rails, latest logstash-logger
Doesn't seem to set the property on logging.
The text was updated successfully, but these errors were encountered: