Nguyen Thanh Thai created LOG4J2-3186:
-----------------------------------------
Summary: Log4j2 config in 2 module dependency in libs jar
Key: LOG4J2-3186
URL: https://issues.apache.org/jira/browse/LOG4J2-3186
Project: Log4j 2
Issue Type: Question
Components: Appenders
Affects Versions: 2.14.1
Reporter: Nguyen Thanh Thai
I has 2 module:
- Module_A is a library submodule in source include a file config
src/main/resource/log4j2.xml
- Module_B will use dependence Module_A and want override config at the module
or can redirect folder path file logs write. Now, when running the application
then log4j2.xml of Module_B write log at folder and log4j2.xml of Module_A then
has created folder and file logs but empty (so I have Appenders package name of
Module_A in the config of Module_B).
I want it don't create logs of the Module_A file and will join into path logs
of Module_B
--
This message was sent by Atlassian Jira
(v8.20.1#820001)