diff options
author | Josh Purvis <jpurvis@kwantera.com> | 2015-12-23 11:34:43 -0500 |
---|---|---|
committer | Josh Purvis <jpurvis@kwantera.com> | 2015-12-23 11:41:59 -0500 |
commit | d388abe3b316c604a7d7fee1a4130a07859e1646 (patch) | |
tree | b6c5ea9bb71b7548b92e9b17efd13f4483a9fe66 | |
parent | 9deffc45a10bf0d03907002a0b3fa6b63c7ff817 (diff) | |
download | docker-py-d388abe3b316c604a7d7fee1a4130a07859e1646.tar.gz |
Add docs for argument when retrieving container logs
Signed-off-by: Josh Purvis <jpurvis@kwantera.com>
-rw-r--r-- | docs/api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md index b6cc9f0..00ccabc 100644 --- a/docs/api.md +++ b/docs/api.md @@ -676,6 +676,7 @@ output as it happens. * stream (bool): Stream the response * timestamps (bool): Show timestamps * tail (str or int): Output specified number of lines at the end of logs: `"all"` or `number`. Default `"all"` +* since (datetime or int): Show logs since a given datetime or integer epoch (in seconds) **Returns** (generator or str): |