From 05bbafee03214f0e1cdfc4cdc3a9bd37121773ba Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Fri, 6 Mar 2015 10:06:42 +0100 Subject: [PATCH] docs: document parameter tail of method logs --- docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.md b/docs/api.md index 9e550a96..ffe2d915 100644 --- a/docs/api.md +++ b/docs/api.md @@ -450,6 +450,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):