Skip to content

Commit 09e16fc

Browse files
authored
Merge pull request #5537 from dvdksn/correct_events_limit
docs: corrected the max events returned
2 parents dba4b15 + 50ef0c5 commit 09e16fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)