[ 
https://issues.apache.org/jira/browse/LOG4J2-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13742323#comment-13742323
 ] 

Keir commented on LOG4J2-344:
-----------------------------

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
        <appenders>
                <Console name="Console" target="SYSTEM_OUT">
                        <PatternLayout pattern="[%d{HH:mm:ss} %-5level]%msg 
(%logger{3.})%n"/>
                </Console>
        </appenders>
        
        <loggers>
        
                <!-- Application Loggers -->
                <logger name="com.myapp" level="info"/>
                
                <!-- 3rdparty Loggers -->
                <logger name="org.springframework.core" level="warn"/>
                <logger name="org.springframework.beans" level="warn"/>
                <logger name="org.springframework.context" level="warn"/>
                <logger name="org.springframework.web" level="warn"/>
                <logger name="org.springframework.security" level="warn"/>
        
                <!-- Root Logger -->
                <root level="info">
                        <appender-ref ref="Console" />
                </root>
        
        </loggers>

</configuration>
                
> Log4j2 doesnt work with Weblogic 12c
> ------------------------------------
>
>                 Key: LOG4J2-344
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-344
>             Project: Log4j 2
>          Issue Type: Bug
>    Affects Versions: 2.0-beta8
>         Environment: Windows XP SP 3
>            Reporter: Keir
>
> I get a "Context destroyed before it was initialized" exception, the problem 
> seems to be that the servlet filters init method is not being called by 
> WebLogic, not sure why...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to