New to the fly community. Really love the product, especially the docs. I just deployed a flask application with PostgreSQL. I have this problem/query now.
How do I check the application logs lively? I mean, if I write something inside the application with some print statement then that should be available on the logs as soon as the print statement is executaed. How do I (tail) check the output in the deployed application?
Thanks in advance.