Skip to content
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.

Compare
Choose a tag to compare
@ratdaddy ratdaddy released this 25 Aug 21:24

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).