In v1.21.0 and v1.21.1, only ERROR logs are logged if FLASK_DEBUG environment variable is not activated. It usually happens in production where FLASK_DEBUG is not set.
This behavior maybe occurred also before v1.21.0 in relation to FLASK_ENV environment variable.
In v1.21.0 and v1.21.1, only ERROR logs are logged if
FLASK_DEBUG
environment variable is not activated. It usually happens in production where FLASK_DEBUG is not set.This behavior maybe occurred also before v1.21.0 in relation to
FLASK_ENV
environment variable.