优化 精简MySQL连接日志命名空间
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user