This commit is contained in:
MMaker 2025-02-27 12:08:35 -05:00
parent 0b8f0dc1b9
commit c6d53e0c1c
Signed by: mmaker
GPG Key ID: CCE79B8FEDA40FB2

2
app.py
View File

@ -23,7 +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)
logging.getLogger("urllib3.connectionpool").setLevel(logging.ERROR)
logger = logging.getLogger(__name__)
app = Flask(__name__)