Skip to content

Commit b384651

Browse files
committed
Lint
1 parent 0713a8f commit b384651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dummy/config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Log to STDOUT with the current request id as a default log tag.
3939
config.log_tags = [:request_id]
40-
config.logger = ActiveSupport::TaggedLogging.logger(STDOUT)
40+
config.logger = ActiveSupport::TaggedLogging.logger($stdout)
4141

4242
# Change to "debug" to log everything (including potentially personally-identifiable information!)
4343
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")

0 commit comments

Comments
 (0)