Since we upgraded to CAS 7, our CAS audit logs are also being appended to
our Tomcat catalina.out log file. I'm not sure how this is being enabled,
but I'd like to disable it since it's redundant. AFAIK, these are the
entries in in CAS log4j2.xml config file potentially(?) relevant to the
audit logs:

        <CasAppender name="casFile">
            <AppenderRef ref="logfile" />
        </CasAppender>
        <CasAppender name="casAudit">
            <AppenderRef ref="auditlogfile" />
        </CasAppender>
        <CasAppender name="casConsole">
            <AppenderRef ref="console" />
        </CasAppender>
    ...
    <Loggers>
        <Logger name="org.apereo.inspektr.audit" additivity="false"
level="info">
            <AppenderRef ref="casConsole" />
            <AppenderRef ref="casFile" />
            <AppenderRef ref="casAudit" />
        </Logger>
    </Loggers>

Can anyone provide some guidance or point me to the appropriate
documentation?
-- 
Baron Fujimoto <ba...@hawaii.edu> ::: UH Information Technology Services
minutas cantorum, minutas balorum, minutas carboratum descendus pantorum

-- 
- Website: https://apereo.github.io/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAAjLUL2MY%3DKv1vWWM6OqyD-QbD22eH7Y_2hZR6o6JXQqz5W9ww%40mail.gmail.com.

Reply via email to