I have deployed a node.js application to node.js but not able to see the complete console.log statements from my app. I am using:
heroku logs
S
I use:
heroku logs -n 1000 --tail
that 1000 is the number of lines you want to see and can be up to 1500.