You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logging will not get turned off, since this config options object is not passed to the Sequelize() initializer in the default skeleton models/index.js:
What you are doing?
I want to turn logging off in production, and I am using a connection string from an env var:
Logging will not get turned off, since this config options object is not passed to the Sequelize() initializer in the default skeleton
models/index.js
:I had to edit my
models/index.js
file to init like this:What do you expect to happen?
Config options should be respected when using an env var connection string
What is actually happening?
All config options other than
use_env_variable
are ignoredPR forthcoming
The text was updated successfully, but these errors were encountered: