Browse Source

Trace endpoint defaults to 100

Closes gh-6847
pull/6855/head^2
Huang YunKun 9 years ago committed by Stephane Nicoll
parent
commit
9cb269d14d
  1. 4
      spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

4
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

@ -135,7 +135,7 @@ part of the log file's content. @@ -135,7 +135,7 @@ part of the log file's content.
|true
|`trace`
|Displays trace information (by default the last few HTTP requests).
|Displays trace information (by default the last 100 HTTP requests).
|true
|===
@ -1369,7 +1369,7 @@ use that directly, or you can simply publish `AuditApplicationEvent` via the Spr @@ -1369,7 +1369,7 @@ use that directly, or you can simply publish `AuditApplicationEvent` via the Spr
[[production-ready-tracing]]
== Tracing
Tracing is automatically enabled for all HTTP requests. You can view the `trace` endpoint
and obtain basic information about the last few requests:
and obtain basic information about the last 100 requests:
[source,json,indent=0]
----

Loading…
Cancel
Save