Skip to content

Commit 6fac5fd

Browse files
committed
Merge pull request #519 from TomasTomecek/document-tail-in-logs
docs: document parameter tail of method logs
2 parents 7d5c1ef + 05bbafe commit 6fac5fd

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
@@ -451,6 +451,7 @@ output as it happens.
451451
* stderr (bool): Get STDERR
452452
* stream (bool): Stream the response
453453
* timestamps (bool): Show timestamps
454+
* tail (str or int): Output specified number of lines at the end of logs: `"all"` or `number`. Default `"all"`
454455

455456
**Returns** (generator or str):
456457

0 commit comments

Comments
 (0)