Sequelize — Disable SQL Query Logging
Sequelize is a Node.js ORM for all SQL databases, like MySQL, MariaDB, PostgreSQL, SQLite, and Microsoft SQL Server. By default, it logs all SQL queries to the console. This is helpful during development. In production environments, the SQL query logging may become noisy and just fill up your logs. …
Continue Reading