From a68eff4d659eb0a12067e40a2c28f9074294f0fe Mon Sep 17 00:00:00 2001 From: Misagh Moayyed Date: Wed, 15 Jun 2016 11:25:20 -0700 Subject: [PATCH] Update Audits.md --- cas-server-documentation/installation/Audits.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cas-server-documentation/installation/Audits.md b/cas-server-documentation/installation/Audits.md index 9a1885ea1cb3..053de3675a12 100644 --- a/cas-server-documentation/installation/Audits.md +++ b/cas-server-documentation/installation/Audits.md @@ -10,11 +10,11 @@ coarse-grained execution paths e.g. Spring-managed beans method executions by us and Spring-managed `@Aspect`-style aspects. ## Configuration -CAS server auto-configures all the relevant Inspektr components with Spring `@Configuration` class. All the available configuration -options that are injected to Inspektr classes are available to deployers via relevant properties in `application.properties` +CAS server auto-configures all the relevant Inspektr components. All the available configuration +options that are injected into Inspektr are available to deployers via relevant properties in `application.properties` ### File-based Audits -By default, audit messages appear in log files via the `Slf4jLoggingAuditTrailManager` and are routed to +By default, audit messages appear in log files via SLF4J and are routed to a `cas_audit.log` file defined in the `log4j2.xml` configuration as well as the usual `cas.log` file. ```properties