优化 精简MySQL连接日志命名空间

This commit is contained in:
tone
2024-09-26 14:04:58 +08:00
parent b13b0f4684
commit 6d7cf35c42

View File

@@ -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){