Merge branch '1.3.x'
This commit is contained in:
commit
0233455612
|
|
@ -125,7 +125,7 @@ authenticated).
|
||||||
|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
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
|
@ -1408,7 +1408,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]
|
||||||
----
|
----
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue