Hi I'm new new at python flask and I want to remove the basic console messages after starting my python3 application. I read a lot of logging but i did not found an awnser for my problem. I want a clear console after starting my application or my own logging messages there if it is possible. Is there any chance to remove these default output:
* Serving Flask app "app" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on