diff --git a/config/environments/production.rb b/config/environments/production.rb index 04a101b3..0aedd8c7 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -20,6 +20,7 @@ # See everything in the log (default is :info) # config.log_level = :debug + config.logger = Logger.new(STDOUT) # Use a different logger for distributed setups # config.logger = SyslogLogger.new