This commit is contained in:
Isaac
2021-03-03 20:21:27 +00:00
parent d5463a9bc3
commit b685bbd38f
3 changed files with 5 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ module.exports = async (log) => {
sequelize = new Sequelize({
dialect: types[type].dialect,
storage: path('./user/database.sqlite'),
logging: log.debug
logging: text => log.debug(text)
});
} else {
log.info(`Connecting to ${types[type].name} database...`);