Thanks! I added some documentation here (see the bottom of the page): https://wiki.jasig.org/display/CASUM/Auditing+and+Statistics+Via+Inspektr
-Nathan -----Original Message----- From: Marvin Addison [mailto:[email protected]] Sent: Tuesday, October 11, 2011 9:02 AM To: [email protected] Subject: Re: [cas-user] Inspektr JDBC audit trail cleaner configuration > There is a resolved issue here, so it seems possible: > https://issues.jasig.org/browse/CAS-794 I can see why you'd be confused. The functionality started to be included in CAS, but we decided it was generally useful to the Inspektr library, and it got added there in the end: https://github.com/dima767/inspektr/blob/master/inspektr-support-spring/src/main/java/com/github/inspektr/audit/support/JdbcAuditTrailManager.java If you want to lop off audit records that are older than some cutoff age, configure an instance of MaxAgeWhereClauseMatchCriteria and wire it up to JdbcAuditTrailManager. The following package contains all the relevant components: https://github.com/dima767/inspektr/blob/master/inspektr-support-spring/src/main/java/com/github/inspektr/audit/support Hope that helps, 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 -- 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
