I have successfully deployed a Node.js application to AWS Elastic Beanstalk. This application is not a web app, so there is no web page or web server to interact with. It runs continuously in a loop and provide feedback through standard "console.log" calls (to stdout).
How can I easily monitor my running application? Heroku has the "heroku logs" command, which is exactly the kind of tool I need. I tried the "eb logs" command, but the output is not what I am looking for (no stdout).