heroku / logplex

[DEPRECATED] Heroku log router
Other
981 stars 96 forks source link

Limit number of channel logs using `num` query string #242

Closed ypaq closed 6 years ago

ypaq commented 6 years ago

We want to be able to limit the number lines we fetch from channel logs. Here we implement and test limit using the query string num. By default we fetch 100 lines from the log buffer.

cyx commented 6 years ago

+1

cyx commented 6 years ago

:shipit: