Answers for "heroku cli logs app"

0

check heroku logs

Go to the heroku logs bit of the heroku dashboard.

Or, run this in shell when you're in the heroku app directory:
heroku logs

Or, for real time web logs (like flask logs, if you know what I mean), type;
heorku logs --tail
Posted by: Guest on August-15-2020
0

write heroku logs

puts "Hello, logs!"
Posted by: Guest on October-04-2021

Browse Popular Code Answers by Language