Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'auditTrailManager' is defined
You need to defined an auditTrailManager bean in your deployerConfigContext. The following will log audit data to the logging engine, which is controlled by default by log4j configuration:
<bean id="auditTrailManager" class="com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager" />
Another alternative is to log to a database. See https://wiki.jasig.org/display/CASUM/Auditing+and+Statistics+Via+Inspektr for more information.
M -- 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
