how to disable debug mode for sql

Viewed 29

I had set a DEBUG var in .env file,

DEBUG=sequelize:sql*

and I am not able to disable it, even after commenting it out and rebuilding the app locally. I would like the sql queries to stop being displayed. My tech stack is Node.js

0 Answers
Related