mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
logging
This commit is contained in:
parent
b685bbd38f
commit
6cb5aef9d0
@ -49,7 +49,7 @@ module.exports = async (log) => {
|
|||||||
dialect: types[type].dialect,
|
dialect: types[type].dialect,
|
||||||
host: DB_HOST,
|
host: DB_HOST,
|
||||||
port: DB_PORT,
|
port: DB_PORT,
|
||||||
logging: log.debug
|
logging: text => log.debug(text)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user