Documentation

This commit is contained in:
Phillip Webb
2013-08-01 23:36:58 -07:00
parent 5a7236625b
commit e1c6860a41
12 changed files with 340 additions and 306 deletions

View File

@@ -37,12 +37,6 @@ have picked a container implementation (by including either Tomcat or
Jetty on the classpath), but then the API is the same. TODO: finish
this.
## Logging
Spring Actuator uses SLF4J for logging, but leaves the implementation
open. The Starter projects and the Actuator use logback logging by
default because it has the richest feature set.
## Info Endpoint
By default the Actuator adds an `/info` endpoint to the main server.