Custom rewrite appender not working when used like dependency on spring boot app #3611
Unanswered
NikolaSrica
asked this question in
Q&A
Replies: 1 comment
-
Project A has a dependency on Project B, which contains a custom appender, that you want to use in the
|
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
-
so I have a spring boot project that have his own log4j2.xml file inside resources and all is working fine ... i have the second project with the same setup but here I have a custom rewrite appender that is working fine when running that project. The problem appears when in the project A I have a dependency on project B and then the log4j2.xml is not loading correctly rewrite appender . What I need to add to log4j2.xml file so he can use the custom appender from imported project ?
Beta Was this translation helpful? Give feedback.
All reactions