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
Hello! Last evening I've updated logstaher from 0.6.5 to 0.8 (even not thinking about it, just bundle update), and this morning I accidentally came to my Kibana instance that gathering logs from production, and ... WOW, 10 mil log entries! After update, logstaher has started to write some **** to logs like "null" and templates render messages. That was amazing experience. Please investigate :)
::ActiveSupport::LogSubscriber.log_subscribers.each do |subscriber|
case subscriber.class.name
when 'LogStasher::ActionView::LogSubscriber'
LogStasher.unsubscribe(:action_view, subscriber)
when 'LogStasher::ActiveRecord::LogSubscriber'
LogStasher.unsubscribe(:active_record, subscriber)
end
end
Hello! Last evening I've updated logstaher from 0.6.5 to 0.8 (even not thinking about it, just bundle update), and this morning I accidentally came to my Kibana instance that gathering logs from production, and ... WOW, 10 mil log entries! After update, logstaher has started to write some **** to logs like "null" and templates render messages. That was amazing experience. Please investigate :)
Here is my production.rb
and initializer:
The text was updated successfully, but these errors were encountered: