Replies: 2 comments
-
/cc @alesj (kafka), @cescoffier (kafka), @ozangunalp (kafka) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Workaround: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying many hours to use log4j2 with Kafka appender and json layout. It works fine only in quarkus:dev. But it doesn't when uber-jar is assembled. There is a conflict in Log4j2Plugins.dat. Assembled (quarkus:build) uber-jar has a version of Log4j2Plugins.dat from jsonLayout library. But I need probably the Log4j2Plugins.dat from log4j-core.
I've tried:
I have NOT tried to assemble my own library with working combination of dependencies (again more complex).
Has someone please any advice? Thanks a lot :)
relevant piece of pom.xml:
Beta Was this translation helpful? Give feedback.
All reactions