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

Fix logback-async-perf.xml config so events may be written #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carterkozak
Copy link

This resolves the ERROR starting the benchmark, so the ASYNC appender can successfully start.

10:55:36,573 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction -
Could not find an appender named [FILE]. Did you define it below instead of
above in the configuration file?

This resolves the ERROR starting the benchmark:
```
10:55:36,573 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction -
Could not find an appender named [FILE]. Did you define it below instead of
above in the configuration file?
```
@ceki
Copy link
Owner

ceki commented Aug 20, 2021

I should mention that logback 1.2 is sensitive to appender definition order while logback version 1.3 is not. So your patch is unnecessary with 1.3. Good catch anyway

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

Successfully merging this pull request may close these issues.

2 participants