flask-cors icon indicating copy to clipboard operation
flask-cors copied to clipboard

Package prints unexpected DEBUG messages when app runs

Open lsiden opened this issue 2 years ago • 1 comments

My web app includes flask-cors as a dependency. In the log file, there are frequent messages like:

DEBUG .../venv/lib/python3.10/site-packages/flask_cors/core.py:247 Settings CORS headers: MultiDict([])

The default log level in my app in logging.INFO and I do not see it overridden anywhere. How did this logger get enabled in core.py?

lsiden avatar Aug 31 '22 21:08 lsiden

This is an issue on your end. log level is not set anywhere here except the examples.

derek-adair avatar Oct 25 '22 16:10 derek-adair

@corydolphin Please close this issue. It appears to be resolved.

kurtmckee avatar Mar 26 '24 12:03 kurtmckee