I have a python app where the main class is a Flask app, and when I receive a HTTP request I launch methods from other classes. I want to share the logger and apparently it should be very easy but I can't make it work.I have a python app where the main class is a F