From 6d7cf35c42eb7038dde632fe6ead1e936883c183 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Thu, 26 Sep 2024 14:04:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E7=B2=BE=E7=AE=80MySQL?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E6=97=A5=E5=BF=97=E5=91=BD=E5=90=8D=E7=A9=BA?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/Database/MySQLConnection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Database/MySQLConnection.ts b/src/lib/Database/MySQLConnection.ts index f4fd8e7..b98de9c 100644 --- a/src/lib/Database/MySQLConnection.ts +++ b/src/lib/Database/MySQLConnection.ts @@ -9,7 +9,7 @@ import config from "../../config"; class MySQLConnectPool { private pool: any; - private logger = new Logger('MySQLConnection'); + private logger = new Logger('MySQL'); constructor() { if(!config.mysql.enable){