arturictus / sidekiq_alive

Liveness probe for Sidekiq in Kubernetes deployments
MIT License
189 stars 57 forks source link

Change log format or remove health logs. #44

Closed MFProduction closed 3 years ago

MFProduction commented 3 years ago

Hi, is it possible te remove health logs or change format?

maltesa commented 3 years ago

yes, that would be great. The health checks are polluting my worker logs. Also, webrick is not using my json logger.

arturictus commented 3 years ago

Hi @MFProduction and @maltesa, Any idea of how to implement it?

maltesa commented 3 years ago

This works for me: https://github.com/arturictus/sidekiq_alive/pull/49 This disables logs when using webrick. Puma seems to log nothing by default.

AgrimPrasad commented 3 years ago

Yes please. This is very spammy for us and is driving up log storage costs. @arturictus could we please get #49 in? Thanks!

arturictus commented 3 years ago

Hi @maltesa and @AgrimPrasad , I released version 2.1.0 which contains #49 . Thanks for the PR and testing it