log-warper v1.7.0 Release Notes
-
- ๐ฒ #48:
Output for severities is now configured in config file with
termSeveritiesOut
andtermSeveritiesErr
for writing intostdout
andstderr
accordingly. Default behavior:Errors
intostderr
, all other intostdout
. - In yaml config file added new keywords for dealing with
Severities
: 'All' -- all severities, 'X+' -- severities greater or equal to X. - ๐ Changed .yaml format: logger severity receives set of severities (
Severities
). - ๐ฒ #32:
Changed .yaml format:
LoggerTree
should be written under 'loggerTree:'. - ๐ฒ #49:
Add
WithLoggerIO
constraint. - ๐ฒ #50:
Add
liftLogIO
function intoCanLog
module.
- ๐ฒ #48:
Output for severities is now configured in config file with