Skip to content

Commit 50ef0c5

Browse files
committed
docs: corrected the max events returned
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 31eeed7 commit 50ef0c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/commandline/system_events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ per Docker object type. Different event types have different scopes. Local
2626
scoped events are only seen on the node they take place on, and Swarm scoped
2727
events are seen on all managers.
2828

29-
Only the last 1000 log events are returned. You can use filters to further limit
29+
Only the last 256 log events are returned. You can use filters to further limit
3030
the number of events returned.
3131

3232
### Object types
@@ -156,7 +156,7 @@ that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap
156156
seconds (aka Unix epoch or Unix time), and the optional .nanoseconds field is a
157157
fraction of a second no more than nine digits long.
158158

159-
Only the last 1000 log events are returned. You can use filters to further limit
159+
Only the last 256 log events are returned. You can use filters to further limit
160160
the number of events returned.
161161

162162
#### <a name="filter"></a> Filtering (--filter)

0 commit comments

Comments
 (0)