summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <f.joffrey@gmail.com>2015-03-06 12:12:04 -0800
committerJoffrey F <f.joffrey@gmail.com>2015-03-06 12:12:04 -0800
commit6fac5fd47c6dbd19257744b9aba0157cb1a68d90 (patch)
tree7c6e1cbfe2b55c2b0c89c4551464b0a6a5e3994f
parent7d5c1efbbe914a0e349b99ec0e727f1bea3ce9ae (diff)
parent05bbafee03214f0e1cdfc4cdc3a9bd37121773ba (diff)
downloaddocker-py-6fac5fd47c6dbd19257744b9aba0157cb1a68d90.tar.gz
Merge pull request #519 from TomasTomecek/document-tail-in-logs
docs: document parameter tail of method logs
-rw-r--r--docs/api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index 8172b7b..fa1987a 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -451,6 +451,7 @@ output as it happens.
* stderr (bool): Get STDERR
* 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"`
**Returns** (generator or str):