vona-module-a-version 5.0.28 → 5.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -188,6 +188,7 @@ let ServiceDatabase = (_dec$7 = Service(), _dec2$7 = BeanInfo({
|
|
|
188
188
|
}
|
|
189
189
|
// set config and reload client
|
|
190
190
|
await client.changeConfigAndReload(databaseName);
|
|
191
|
+
this.$logger.silly(chalk.cyan(`dialect: ${client.db.dialectName}`));
|
|
191
192
|
this.$logger.silly(chalk.cyan(`database: ${databaseName}, pid: ${process.pid}`));
|
|
192
193
|
}
|
|
193
194
|
// test db
|
|
@@ -207,6 +208,7 @@ let ServiceDatabase = (_dec$7 = Service(), _dec2$7 = BeanInfo({
|
|
|
207
208
|
// set config and reload client
|
|
208
209
|
await client.changeConfigAndReload(databaseName);
|
|
209
210
|
// database ready
|
|
211
|
+
this.$logger.silly(chalk.cyan(`dialect: ${client.db.dialectName}`));
|
|
210
212
|
this.$logger.silly(chalk.cyan(`database: ${databaseName}, pid: ${process.pid}`));
|
|
211
213
|
}
|
|
212
214
|
}
|