class Rails::Rack::Logger

def after_dispatch(env)

def after_dispatch(env)
  ActiveSupport::LogSubscriber.flush_all!
end