Morning,

Our security folk mentioned single line audit log entries would be much easier 
to parse/digest than the current multi-line format. Inspektr 1.0.8.SNAPSHOT has 
the capability and I've been testing it in CAS 3.5.2.

Code diffs between this and 1.0.7.GA are only the addition of the single-line 
formatter. Bean configuration is slight extension of what's done now 
(deployerContextConfig.xml), e.g.:

  <bean id="auditTrailManager" 
class="com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager">
    <property name="useSingleLine" value="true"/>
    <property name="entrySeparator" value="|"/>
  </bean>

Enough interest to file tickets (1) encouraging promotion to 1.0.8.GA and (2) 
integrating into CAS 4.0?

Thanks.
Tom.
-- 
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