]
James Perkins updated WFCORE-3336:
----------------------------------
Attachment: logging-profile.zip
Not able to separate application(EAR) logging with the use of logging
profile
-----------------------------------------------------------------------------
Key: WFCORE-3336
URL:
https://issues.jboss.org/browse/WFCORE-3336
Project: WildFly Core
Issue Type: Bug
Components: Logging
Reporter: James Perkins
Assignee: James Perkins
Attachments: 01933631-new.tar.gz, logging-profile.zip
Two ear files are deployed on EAP instance and both are configured to use different
logging profile through EAR/META-INF/MANIFEST.MF file.
WAR file from EAR uses some libraries those are present in the "lib" folder of
each ear file. Application1.ear which logs in app1.log and Application2.ear which logs in
app2.log.
when we access application we can see logging from EAR1 into EAR2 log file .