Skip to content

Commit

Permalink
Update Audits.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvasMisaghMoayyed authored Jun 15, 2016
1 parent 84e85f3 commit a68eff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cas-server-documentation/installation/Audits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a68eff4

Please sign in to comment.