Duplicate Logs with Logback After Upgrading to Quarkus 3.17.0 #45435
Unanswered
denislav-v
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
After upgrading my application to Quarkus 3.17.0, I’ve encountered an issue where logs are being duplicated when using Logback as the logging framework. This setup worked perfectly in previous versions, but the behavior changed in 3.17.0.
My Setup:
Quarkus: 3.17.0
Logging: Logback with logback.xml
Problem:
Duplicate logs appear in the console.
Questions:
Is this a known issue with Quarkus 3.17?
Are there specific steps to ensure Quarkus can work with Logback without duplication?
Beta Was this translation helpful? Give feedback.
All reactions