I've deployed a Bottle-based Python web app.
In my app, I issue print statements for debugging, and I would like to receive those print statements as they're executed inside the console I have open in the editor here on pythonanywhere--I assume that's why you have the ability to open a console window inside the editor.
How do I get the print statements inside the live console instead of everything being piped into the three separate log files?