A transparent subclass of Ruby's Logger that automatically increases log verbosity as the number of ERRORs logged exceeds a given rate threshold. The intent is to get more log detail when things are going wrong, and less log noise when everything is going right.
Required Ruby Version
>= 2.5.0
Authors
Alex Glover