From e2153b6d033c179d49a67d909c5ab54250fac1cf Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda Date: Thu, 22 Sep 2022 01:44:23 +0200 Subject: [PATCH] =?UTF-8?q?Strategick=C3=A1:=20Nelogovat=20db?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/hra/web/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)