Commit e3ca5e71 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #6847 from htynkn:fix-document-for-trace-end-point

* pr/6847:
  Trace endpoint defaults to 100
parents 8a71ee0e 9cb269d1
...@@ -135,7 +135,7 @@ part of the log file's content. ...@@ -135,7 +135,7 @@ part of the log file's content.
|true |true
|`trace` |`trace`
|Displays trace information (by default the last few HTTP requests). |Displays trace information (by default the last 100 HTTP requests).
|true |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]] [[production-ready-tracing]]
== Tracing == Tracing
Tracing is automatically enabled for all HTTP requests. You can view the `trace` endpoint 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] [source,json,indent=0]
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment