diff --git a/app.py b/app.py index 1577f6c..a8a737a 100644 --- a/app.py +++ b/app.py @@ -23,6 +23,7 @@ logging.basicConfig( format='%(asctime)s.%(msecs)03d - %(levelname)s - %(message)s', datefmt='%Y-%m-%d %H:%M:%S' ) +logging.getLogger("urllib3.connectionpool").setLevel(logging.DEBUG) logger = logging.getLogger(__name__) app = Flask(__name__)