plushu / plushu-logs

Display logs for an app
MIT License
0 stars 0 forks source link

Following logs (`-t`) #2

Open stuartpb opened 9 years ago

stuartpb commented 9 years ago

Per heroku:

 -t, --tail           # continually stream logs

The best way I can think to do this right now - and it's not good - is to have an app-follow-logs hook that only has one listener on it (part of the same plugin that cats logs for the running container), which gets fired after(?) the app-logs hook. This hook script then doesn't exit until it receives the applicable signal.

Anyway, this is a future feature.