mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
update arm64 buildscript to avoid poetry
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user