Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configuration files for logback 1.4.x #471

Open
kamilkloch opened this issue Aug 3, 2023 · 0 comments
Open

Update configuration files for logback 1.4.x #471

kamilkloch opened this issue Aug 3, 2023 · 0 comments

Comments

@kamilkloch
Copy link

kamilkloch commented Aug 3, 2023

Example configuration https://github.com/tersesystems/terse-logback-showcase does not work with logback 1.4.

logback 1.4 does not allow to wrap appenders like this:

    <root>
        <!-- async boundary around blocking appenders -->
        <appender name="async_wrapper" class="net.logstash.logback.appender.LoggingEventAsyncDisruptorAppender">
            <appender-ref ref="CONSOLE"/>
            <appender-ref ref="ASYNC_JSONFILE"/>
            <appender-ref ref="ASYNC_TEXTFILE"/>
        </appender>
    </root>

Unknown property:

23:20:21,276 |-WARN in ch.qos.logback.core.model.processor.ImplicitModelHandler - Ignoring unknown property [include] in [ch.qos.logback.core.rolling.RollingFileAppender]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant