Skip to content

Commit 3ff27a8

Browse files
committed
Merge pull request #883 from joshpurvis/jp-since-docs
Add docs for since argument in container logs method
2 parents 9deffc4 + d388abe commit 3ff27a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ output as it happens.
676676
* stream (bool): Stream the response
677677
* timestamps (bool): Show timestamps
678678
* tail (str or int): Output specified number of lines at the end of logs: `"all"` or `number`. Default `"all"`
679+
* since (datetime or int): Show logs since a given datetime or integer epoch (in seconds)
679680

680681
**Returns** (generator or str):
681682

0 commit comments

Comments
 (0)