The below configuration reflects an environment using CAS 3.5.x and Tomcat 6. 
Your mileage may vary.

log4j.xml:
    <!-- Add a Syslog appender -->
    <appender name="syslog" class="org.apache.log4j.net.SyslogAppender">
        <param name="Facility" value="local0"/>
        <param name="SyslogHost" value="127.0.0.1"/>
        <param name="Threshold" value="INFO"/>
        <layout class="org.apache.log4j.PatternLayout">
            <param name="ConversionPattern" value="%d %p [%c] - %m%n"/>
        </layout>
    </appender>

The various parameters above should be updated to reflect your environment.

More information on CAS logging: https://wiki.jasig.org/display/CASUM/Logging

-Ben


From: Linda Toth [mailto:[email protected]]
Sent: Thursday, February 27, 2014 2:49 PM
To: [email protected]
Subject: Re: [cas-user] How to get unsuccessful login information

First, I would be interested in seeing your configuration template for syslog.  
Secondly, would LPPE give you more of the information your seek?

https://wiki.jasig.org/pages/viewpage.action?pageId=26149328



Linda Toth
University of Alaska - Office of Information Technology (OIT) - Identity and 
Access Management
910 Yukon Drive, Suite 103
Fairbanks, Alaska 99775
Tel: 907-450-8320
Fax: 907-450-8381
[email protected]<mailto:[email protected]> | 
www.alaska.edu/oit/<http://www.alaska.edu/oit/>





-- 
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