linesh23 / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

CAS client log4j configuration #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CAS client log4j configuration is missing:

log4j:WARN No appenders could be found for logger 
(org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter).
log4j:WARN Please initialize the log4j system properly.

    <category name="org.jasig.cas.client">
        <priority value="info"/>
        <!-- possible priority values are "trace,debug,error,warn,fatal" -->

        <appender-ref ref="PWMstdout"/>
        <!-- uncomment this to log to file <appender-ref ref="PWMfileLogger"/>-->
    </category>

Original issue reported on code.google.com by alessand...@gmail.com on 21 Sep 2011 at 8:29

GoogleCodeExporter commented 9 years ago
Done in svn revison 254.  Also, since the log4jconfig.xml isn't used by 
default, I have added that package to the default packages configured in log4j 
during pwm startup.  This configuration is done in 
PwmApplication.java:PwmInitializer.initializeLogger().

Original comment by jrivard on 21 Sep 2011 at 5:48