I'm having uwsgi run my flask app in a wsgi.py, but that shows all requests loggings. I disabled them with --disable-logging but that also disabled my Flask logger all-together.
Any chance I can disable uWSGI's request logger but keep my python logger visible?