Hi Scott,

I tried adding:

*    <logger name="com.simplecampushousing" additivity="true">
        <level value="INFO" />
        <appender-ref ref="cas" />
    </logger>*

to src/main/webapp/WEB-INF/classes/log4j.xml

And this didn't seem to fix it. Did I add it to the wrong place?

On Sunday, September 15, 2013 7:55:13 PM UTC-5, Scott Battaglia wrote:
>
> I would recommend confirming via your log4j.xml (or log4j.properties) file 
> where that logger should be output to and at what level (it may be a 
> different file than you are expecting)
>
>
>
> On Sun, Sep 15, 2013 at 4:22 PM, Jordan Arentsen 
> <[email protected]<javascript:>
> > wrote:
>
>> So, I have a custom AuthenticationHandler that I'm trying to log from. 
>> I've done
>>
>>     private final Logger log = LoggerFactory.getLogger(getClass());
>>
>> but even with that if I try to do log.info or log.error from my auth 
>> method they do not show up. 
>>
>> Any ideas what may be causing this? 
>>
>> Thanks,
>> Jordan
>>  
>> -- 
>> You are currently subscribed to [email protected] <javascript:> as: 
>> [email protected] <javascript:>
>>
>>
>> To unsubscribe, change settings or access archives, see 
>> http://www.ja-sig.org/wiki/display/JSG/cas-user
>>
>>
>  -- 
> You are currently subscribed to [email protected] <javascript:> as: 
> [email protected] <javascript:>
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>
>
-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to