Fancy stream processing made operationally mundane. This repository is a fork of the original project before the license was changed.
1.07k
stars
71
forks
source link
add: log all errors wrapper for Logger component #143
Closed
gregfurman closed 2 weeks ago
Adds an optional wrapped logger that will promote any log with an
error
type to theERROR
level.This does not include ading an error in a logger's
With
orWithField
.For example, if you set:
Then any subsequent
logger
callingWarn
,Info
,Debug
,Trace
, or with anerror
type in the params will promote the log to anError
type.In addition, a field
@log_all_errors=true
is added to all logs generated from the strict logger: