mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-09 04:57:04 +03:00
Use logger instead of console.log
This commit is contained in:
@@ -26,8 +26,7 @@ async function init() {
|
||||
const dbMode = config.mysql ? 'mysql'
|
||||
: config.postgres ? 'postgres'
|
||||
: 'sqlite'
|
||||
// print database mode
|
||||
console.log('Database Mode: ' + dbMode)
|
||||
Logger.info('Database Mode: ' + dbMode)
|
||||
|
||||
// Instantiate a Mocha instance.
|
||||
const mocha = new Mocha();
|
||||
|
||||
Reference in New Issue
Block a user