From d388abe3b316c604a7d7fee1a4130a07859e1646 Mon Sep 17 00:00:00 2001 From: Josh Purvis Date: Wed, 23 Dec 2015 11:34:43 -0500 Subject: [PATCH] Add docs for argument when retrieving container logs Signed-off-by: Josh Purvis --- docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.md b/docs/api.md index b6cc9f0dc7..00ccabca81 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):