diff --git a/server/hra/web/__init__.py b/server/hra/web/__init__.py index 426cfe4..8ca13ee 100644 --- a/server/hra/web/__init__.py +++ b/server/hra/web/__init__.py @@ -24,7 +24,7 @@ import json import logging logging.basicConfig() -logging.getLogger('sqlalchemy.engine').setLevel(logging.INFO) +logging.getLogger('sqlalchemy.engine').setLevel(logging.ERROR) static_dir = os.path.abspath('static') app = Flask(__name__, static_folder=static_dir)