mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 00:31:27 +03:00
logging
This commit is contained in:
@@ -49,7 +49,7 @@ module.exports = async (log) => {
|
||||
dialect: types[type].dialect,
|
||||
host: DB_HOST,
|
||||
port: DB_PORT,
|
||||
logging: log.debug
|
||||
logging: text => log.debug(text)
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user