Disable rack timeout logs (#530)
This commit is contained in:
parent
9d55c5f854
commit
b45dd391b6
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
Rack::Timeout.service_timeout = ENV["SERVICE_TIMEOUT"].to_i # seconds
|
||||
Rack::Timeout.wait_timeout = 5
|
||||
Rack::Timeout.unregister_state_change_observer(:logger) if Rails.env.development?
|
||||
Rack::Timeout::Logger.disable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue