Reputation: 26180
I wonder if there is a more friendly way ( using some GUI) to view Heroku application's logs than through a console?
Upvotes: 2
Views: 3353
Reputation: 705
I think papertrail (heroku addon) is the best option, it is similar to console logs, with search, and you can achive the logs daily to amazon S3.
Upvotes: 4
Reputation: 5629
Not at the moment.
You can however use the logs drain add-on to pipe your applications to a running syslog on a separate server, like outlined in the heroku docs.
After that, you could use a tool like Splunk to analyze your logs in a nice Web UI.
Hope this helps.
Upvotes: 2