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