We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Unknown property:
The text was updated successfully, but these errors were encountered: