[
https://issues.jboss.org/browse/WFCORE-3336?page=com.atlassian.jira.plugi...
]
James Perkins updated WFCORE-3336:
----------------------------------
Steps to Reproduce:
1. Start server instance with attached standalone.xml file(Logging subsystem contains
logger-profile configuration)
2. Deploy both EAR files and access them
3. Check log files.
To reproduce with the attached {{logging-profile.zip}} do the follow:
# Build the project and deploy the EAR.
## With maven you can do {{mvn clean isntall && cd ear && mvn
wildfly:deploy -Pconfigure-logging}}
# In a browser go to
http://localhost:8080/test-war-one/rest/log
# Next go to
http://localhost:8080/test-war-two/rest/log, here you'll see less log
messages
# Now if you go to
http://localhost:8080/test-war-one/rest/read you'll see a mix of
log messages from both WAR's
was:
1. Start server instance with attached standalone.xml file(Logging subsystem contains
logger-profile configuration)
2. Deploy both EAR files and access them
3. Check log files.
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 .
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)