Hi,

We're running CAS 4.1.1 and although everything works fine, any event is being logged twice in the log file, so for each event we're seeing things like:

2015-11-17 12:27:09,180 INFO [org.jasig.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit trail record BEGIN
        =============================================================
        WHO: login
WHAT: ST-83780-Idib7qgXaVCJ2yA2fgQ7-fqdn for https://fqdn/login.php
        ACTION: SERVICE_TICKET_CREATED
        APPLICATION: CAS
        WHEN: Tue Nov 17 12:27:09 WET 2015
        CLIENT IP ADDRESS: 10.X.Y.246
        SERVER IP ADDRESS: 127.0.0.1
        =============================================================

2015-11-17 12:27:09,180 INFO [org.jasig.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit trail record BEGIN
        =============================================================
        WHO: login
WHAT: ST-83780-Idib7qgXaVCJ2yA2fgQ7-fqdn for https://fqdn/login.php
        ACTION: SERVICE_TICKET_CREATED
        APPLICATION: CAS
        WHEN: Tue Nov 17 12:27:09 WET 2015
        CLIENT IP ADDRESS: 10.X.Y.246
        SERVER IP ADDRESS: 127.0.0.1
        =============================================================

Our configuration for classes/log4j2.xml is:

<RollingFile name="file" fileName="/var/log/tomcat7/cas.log" append="true"
                     filePattern="cas-%d{yyyy-MM-dd-HH}-%i.log">
            <PatternLayout pattern="%d %p [%c] - %m%n"/>
            <Policies>
                <OnStartupTriggeringPolicy />
                <SizeBasedTriggeringPolicy size="10 MB"/>
                <TimeBasedTriggeringPolicy />
            </Policies>
        </RollingFile>

We're using Hazelcast for ticket replication, however, I don't think if it matters, since both lines are logged on the same machine and the other node doesn't log anything.

Any hint?

Thanks

--
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to