Try to ignore connection pool warnings
This commit is contained in:
parent
e6d7278624
commit
0b8f0dc1b9
1
app.py
1
app.py
@ -23,6 +23,7 @@ logging.basicConfig(
|
|||||||
format='%(asctime)s.%(msecs)03d - %(levelname)s - %(message)s',
|
format='%(asctime)s.%(msecs)03d - %(levelname)s - %(message)s',
|
||||||
datefmt='%Y-%m-%d %H:%M:%S'
|
datefmt='%Y-%m-%d %H:%M:%S'
|
||||||
)
|
)
|
||||||
|
logging.getLogger("urllib3.connectionpool").setLevel(logging.DEBUG)
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user