When I run heroku logs nothing happens. The command line get just rendered. No log is given.
My git console:
Iceberg@ICEBERG-PC /c/rails/konkurranceportalen (master)
$ heroku logs
I开发者_如何学Pythonceberg@ICEBERG-PC /c/rails/konkurranceportalen (master)
$
Heroku had an issue with logging that unfortunately went undetected for a while. It should be back to normal now.
Please file a support ticket if you're still seeing issues.
http://status.heroku.com/incident/162
https://support.heroku.com/
What does heroku addons
show you? A while back, heroku introduced new logging feature.
$heroku addons
logging:expanded
if you didn't add the addon, logging:basic or logging:standard, that might be the reason. Works for me.
精彩评论