Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 524
Bastes Avatar asked Jul 08 '11 12:07

Bastes


People also ask

How do I stop Heroku log tail?

Try Ctrl-Break. Try Ctrl-Z.

How do you delete Heroku logs?

Currently, there is no way to clear the Heroku logs. Heroku maintains a record of the past 1500 lines of log activity.

How can I see Heroku errors?

You can view logs with the Heroku CLI, the dashboard, your logging add-on, or in your log drain. You can't view logs for apps in Shield spaces with Private Space Logging enabled.


1 Answers

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

like image 68
RoutesMaps.com Avatar answered Sep 24 '22 01:09

RoutesMaps.com