Since 1.3.0-alpha13, my AsyncAppender referencing a FileAppender stopped working. It works in 1.3.0-alpha12 and before.
Using the FileAppender directly still works, so the issue is the AsyncAppender. The problem is that it does not write anything to the file when it should have written 23 lines to the log file. My configuration is straight forward: https://github.com/Ahli/Galaxy-Observer-UI/blob/ba81d7ac331a258da2ddcce446ef d4d8c2d1e0ba/tools/observerUiSettingsEditor/project/src/main/resources/logba ck.xml I use it in combination with slf4j 2.0.0-alpha6 in a JDK 17 project that does not use any frameworks. I have tried the current snapshot of alpha14, but my issue is still present. Are there migrations necessary that were not announced in the news post or is this a bug?
_______________________________________________ logback-user mailing list logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user