优化 精简MySQL连接日志命名空间
This commit is contained in:
@@ -9,7 +9,7 @@ import config from "../../config";
|
|||||||
|
|
||||||
class MySQLConnectPool {
|
class MySQLConnectPool {
|
||||||
private pool: any;
|
private pool: any;
|
||||||
private logger = new Logger('MySQLConnection');
|
private logger = new Logger('MySQL');
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
if(!config.mysql.enable){
|
if(!config.mysql.enable){
|
||||||
|
|||||||
Reference in New Issue
Block a user