[
https://issues.apache.org/jira/browse/LOG4J2-870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14165678#comment-14165678
]
Sudhakar commented on LOG4J2-870:
---------------------------------
Thank you! I have read and have some questions.
1.In Mixing Synchronous and Asynchronous Loggers example
<!-- pattern layout actually uses location, so we need to include it -->
<AsyncLogger name="com.foo.Bar" level="trace" includeLocation="true">
<AppenderRef ref="RandomAccessFile"/>
</AsyncLogger>
<Root level="info" includeLocation="true">
<AppenderRef ref="RandomAccessFile"/>
</Root>
Both Async appender and Root level appenders are using same RandomAccessFile
but have two diffrent log levels. For Asunc level ="trace" and Root
level="info". I am little confused how this will work. Could you please explain
me ? With above example I have changed my log file as below (Not knowing how it
works :))
<AsyncLogger name="com.mycompany.eadmin" level="trace" includeLocation="true">
<AppenderRef ref="trace-log"/>
</AsyncLogger>
<Root level="debug" additivity="false" includeLocation="true">
<appender-ref ref="trace-log" level="debug"/>
<appender-ref ref="error-log" level="error"/>
<appender-ref ref="console-log" level="debug"/>
</Root>
> log4j2 with servlet 3.0 container in WAS8.5 not working
> -------------------------------------------------------
>
> Key: LOG4J2-870
> URL: https://issues.apache.org/jira/browse/LOG4J2-870
> Project: Log4j 2
> Issue Type: Question
> Components: log4j 1.2 emulation
> Environment: Windows 7, WAS8.5, Java1.6
> Reporter: Sudhakar
> Priority: Blocker
> Attachments: log4j1.png, log4j2.png, log4j3.png, log4j4.png
>
>
> Trying to setup new J2EE project on WAS8.5 using latest Log4J2 jar files.
> When I run a test servlet, logfiles are not geting created and writing the
> log.
> http://stackoverflow.com/questions/26164572/log4j2-with-servlet-3-0-container-in-was8-5-not-working
> 1. Log4J2.xml is placed under WEB-INF/classes
> 2.Log4j-api-2.0.2.jar, log4j-core-2.0.2,log4j-web-2.0.2 inluded in the
> classpath
> if I run DemoLog4J class with main method, I am able to see console and
> logfiles are written without system property for log4J2.xml location.
> Please help. Thanks!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]