update arm64 buildscript to avoid poetry

This commit is contained in:
cwilvx
2025-03-01 18:50:49 +03:00
parent 5adde56fce
commit 0215610079
2 changed files with 12 additions and 8 deletions
+4
View File
@@ -2,6 +2,7 @@
This file is used to run the application.
"""
import logging
import os
import psutil
import waitress
@@ -54,6 +55,9 @@ mimetypes.add_type("application/manifest+json", ".webmanifest")
# werkzeug = logging.getLogger("werkzeug")
# werkzeug.setLevel(logging.ERROR)
waitress_logger = logging.getLogger("waitress")
waitress_logger.setLevel(logging.ERROR)
# # logging.basicConfig()
# logging.getLogger("sqlalchemy.engine").setLevel(logging.ERROR)