ChangeLog
0.3.0 (2025-01-12)
Changed
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.
0.2.0 (2024-11-20)
Changed
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.
0.1.0 (2023-02-05)
Initial version.