Closed
Description
Hello,
The logging option it doesn't seem to be working correctly. This is the configuration I'm using to instantiate Sequelize.
{
dialect: 'postgres',
uri: 'postgres://suttna:development@localhost:5432/db_test',
logging: false,
modelPaths: [ '/Users/bilby91/Projects/app/bot/src/app/models' ],
pool: { max: 5, min: 0, idle: 10000 }
}
With that configuration I'm getting log messages every time an interaction with the db is happening.