This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Add a way to hook into log messages and override them.
Add's a log_hook
configuration that can be given a hash of pattern match/Proc
pairs and if the pattern matches the message of a log message the Proc
is executed instead of logging (useful for emitting metrics instead of logging).