[logback-user] Async File Appender stopped working since 1.3.0-alpha13
Ceki Gülcü
ceki at qos.ch
Fri Feb 11 11:52:13 CET 2022
Fixed in https://github.com/qos-ch/logback/commit/2457ac24cf4da18
--
Ceki Gülcü
Sponsoring SLF4J/logback/reload4j at https://github.com/sponsors/qos-ch
On 2/11/2022 2:03 AM, c.ahlers at 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/ba81d7ac331a258da2ddcce446efd4d8c2d1e0ba/tools/observerUiSettingsEditor/project/src/main/resources/logback.xml
> <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?
>
>
More information about the logback-user
mailing list