Skip to content

Commit e3ca5e7

Browse files
committed
Merge pull request #6847 from htynkn:fix-document-for-trace-end-point
* pr/6847: Trace endpoint defaults to 100
2 parents 8a71ee0 + 9cb269d commit e3ca5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ part of the log file's content.
135135
|true
136136

137137
|`trace`
138-
|Displays trace information (by default the last few HTTP requests).
138+
|Displays trace information (by default the last 100 HTTP requests).
139139
|true
140140
|===
141141

@@ -1369,7 +1369,7 @@ use that directly, or you can simply publish `AuditApplicationEvent` via the Spr
13691369
[[production-ready-tracing]]
13701370
== Tracing
13711371
Tracing is automatically enabled for all HTTP requests. You can view the `trace` endpoint
1372-
and obtain basic information about the last few requests:
1372+
and obtain basic information about the last 100 requests:
13731373

13741374
[source,json,indent=0]
13751375
----

0 commit comments

Comments
 (0)