Closed dvdliao closed 4 years ago
doing a pull request?
@dvdliao In case you're still having this issue, I solved it by adding an initializer to my rails project and configuring the gem to use puma.
# rails_project/config/initializers/sidekiq_alive.rb
SidekiqAlive.setup do |config|
config.server = 'puma'
end
Using puma results in no access logs being sent to STDOUT
It is pretty noisy to see
every time the health check probe comes, is there a way to disable the sinatra access logs (without forking this repo)?