|
@@ -8,7 +8,7 @@ class MySQL {
|
|
this.config = config.database;
|
|
this.config = config.database;
|
|
this.connection = null;
|
|
this.connection = null;
|
|
|
|
|
|
- this.logger = new Logger(path.join(__dirname, '../logs/MySQL.log'), 'INFO')
|
|
|
|
|
|
+ this.logger = new Logger(path.join(__dirname, '../../logs/MySQL.log'), 'INFO')
|
|
}
|
|
}
|
|
|
|
|
|
async connect() {
|
|
async connect() {
|