
Hi, Thank you for your message. There is indeed a bug. In our quest to decouple configuration processing from any XML related code, the internal dependency management between components was simplified in 1.3.0-alpha13. Apparently a bug was also introduced in the process. I have created LOGBACK-1614 to track this issue. -- Ceki Gülcü Sponsoring SLF4J/logback/reload4j at https://github.com/sponsors/qos-ch On 2/11/2022 2:03 AM, c.ahlers@gmx.net wrote:
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... <https://github.com/Ahli/Galaxy-Observer-UI/blob/ba81d7ac331a258da2ddcce446efd4d8c2d1e0ba/tools/observerUiSettingsEditor/project/src/main/resources/logback.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?