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
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