Skip to content

Commit

Permalink
sync stdout logging in production
Browse files Browse the repository at this point in the history
  • Loading branch information
johnl committed Apr 5, 2020
1 parent bb8216d commit 8dbe96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# Send deprecation notices to registered listeners
config.active_support.deprecation = :notify

STDOUT.sync = true
config.logger = Logger.new(STDOUT)
config.log_level = ENV.fetch("LOG_LEVEL", "INFO")
config.lograge.enabled = true
Expand Down

0 comments on commit 8dbe96e

Please sign in to comment.