flask-cors
flask-cors copied to clipboard
Package prints unexpected DEBUG messages when app runs
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?
This is an issue on your end. log level is not set anywhere here except the examples.
@corydolphin Please close this issue. It appears to be resolved.