From 93e5a0ba5c031c52b2142f2cd310b6d2e6560f9f Mon Sep 17 00:00:00 2001 From: "Jiangjie.Bai" Date: Wed, 19 Oct 2022 17:42:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=20DB=20Port=20Mapper=20=E6=97=B6=E7=9A=84=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/terminal/signal_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/terminal/signal_handlers.py b/apps/terminal/signal_handlers.py index 942e9972a..537d90bce 100644 --- a/apps/terminal/signal_handlers.py +++ b/apps/terminal/signal_handlers.py @@ -21,7 +21,7 @@ def init_db_port_mapper(sender, **kwargs): try: db_port_manager.init() except (ProgrammingError,) as e: - logger.error('Init db port mapper error: {}'.format(e)) + pass @receiver(post_save, sender=Application)