zombocom / puma_worker_killer

Automatically restart Puma cluster workers based on max RAM available
747 stars 77 forks source link

Parser friendly, more complete logs #97

Open BuonOmo opened 3 years ago

BuonOmo commented 3 years ago

Reaper status logs are printed even if we are killing a worker, and they show information for each worker. Information is presented in a key=value fashion which is way easier to parse, and correctly handled by most log analysis tools.

Since this is breaking former log parsing, I've taken the liberty to also clarify logs, showing that master is included in the total.


NOTES:


Thank you for that very useful gem 🙂 (and all of your work!)

Ulysse