diff --git a/config/environments/production.rb b/config/environments/production.rb index 99771b60..07a3251b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -138,8 +138,8 @@ Rails.application.configure do { host: event.payload[:host] } end - config.log_formatter = proc do |severity, _time, _progname, msg| - "#{severity}: #{msg} \n" + config.log_formatter = proc do |severity, time, _progname, msg| + "#{time} - #{severity}: #{msg} \n" end config.log_level = :info