- Now
40ants-logging:setup-for-backend
function and40ants-logging:setup-for-cli
function set the given level not only for appender but also for a root logger, preventingREPL
pollution with all debug logs. - Also,
40ants-logging:setup-for-repl
function now uses:DEBUG
as default for:LEVEL
argument. This way you only need to set needed log level for selected packages usingLOG4SLY
and Emacs.
- Now
40ants-logging:setup-for-backend
function and40ants-logging:setup-for-cli
function keep nested loggers. This way you will not loose setup made byLOG4SLY
orLOG4SLYNK
interactively. - Also, setup functions now keeps original appender's stream, which prevents from occational disruption of the base logging process.
- Initial version.