Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I don't think it's possible because on Heroku's own support page they recommend using external monitoring applications. They have likely limited it to 100 lines to prevent people from using it as their only debugging tool.</p> <p><a href="http://docs.heroku.com/logs-exceptions" rel="nofollow">http://docs.heroku.com/logs-exceptions</a></p> <blockquote> <p>Accessing your logs is intended primarily for use in debugging a newly uploaded application that is producing unexpected results, such as an exception or a 500 / FAILSAFE error. The logs displayed will be a jumble of results from the different servers your app happens to be running on, and will show only the most recent 100 lines.</p> <p>If you have a site in production use by real users, use an external exception logging service. We can recommend Hoptoad and Get Exceptional. Both of these services are very simple to set up on Heroku, and provide an easy and structured way to look at all your production exceptions.</p> <p>You should not attempt to use the output of the heroku logs command for metrics or usage analysis. For that, we recommend Google Analytics.</p> </blockquote> <p>Alternative exception monitoring applications:</p> <ul> <li>Exceptional (http://www.getexceptional.com/)</li> <li>Airbrake (ex Hoptoadapp) (http://airbrake.io/pages/home)</li> </ul> <p>There are also a few projects on Github that allow you to build an exception logging system into your application:</p> <ul> <li>Exception Notifier (http://github.com/rails/exception_notification)</li> <li>Exception Logger (http://github.com/defunkt/exception_logger)</li> <li>Tartus (http://github.com/dinsley/tartarus)</li> </ul> <p>Here are a couple of Railscasts tutorials by Ryan Bates on the topic:</p> <ul> <li>Exception Notifications (http://railscasts.com/episodes/104-exception-notifications)</li> <li>Handling Exceptions (http://railscasts.com/episodes/53-handling-exceptions)</li> </ul> <p>I have just checked and the first suggestion, Exceptional, is actually available as an official Heroku add-on.</p> <ul> <li><a href="http://addons.heroku.com/exceptional" rel="nofollow">http://addons.heroku.com/exceptional</a></li> </ul> <p>as is Hoptoadapp.</p> <ul> <li><a href="http://addons.heroku.com/hoptoad" rel="nofollow">http://addons.heroku.com/hoptoad</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload