Skip to content

Commit

Permalink
Only log rack timeout errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Oct 5, 2024
1 parent 1d7d141 commit e2e8737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/rack_timeout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
ENV['RACK_TIMEOUT_SERVICE_TIMEOUT'] = '120'

# rack-timeout is too verbose by default, only log errors
# Rack::Timeout::Logger.level = Logger::ERROR
Rack::Timeout::Logger.level = Logger::ERROR

0 comments on commit e2e8737

Please sign in to comment.