heroku logs --tail doesn't quit on ctrl-c (Ubuntu)

Viewed 8520

I'm using Ubuntu 11.04, rvm and Heroku.

When I'm doing this heroku logs --tail

Ctrl-C doesn't stop the process, contrary to the documentation.

3 Answers

Try Ctrl-Break. It fixed this problem on Windows for me.

Try Ctrl-Z. It worked for me on Linux Mint.

Related