[solved] Error about server/replset/mongo

edit: Solution:
npm i winston-mongodb@latest winston@latest -S


Every time the application starts or restarts I get an error message about “server/replset/mongos”. I don’t know where it originates. Any idea how to get rid of it?

Meteor version: 1.4.2
Mongo: 3.2.6

error output

=> Modified -- restarting.
W20170628-10:02:04.382(2)? (STDERR) the server/replset/mongos options are deprecated, all their options are supported at the top level of the options object [poolSize,ssl,sslValidate,sslCA,sslCert,sslKey,sslPass,sslCRL,autoReconnect,noDelay,keepAlive,connectTimeoutMS,family,socketTimeoutMS,reconnectTries,reconnectInterval,ha,haInterval,replicaSet,secondaryAcceptableLatencyMS,acceptableLatencyMS,connectWithNoPrimary,authSource,w,wtimeout,j,forceServerObjectId,serializeFunctions,ignoreUndefined,raw,promoteLongs,bufferMaxEntries,readPreference,pkFactory,promiseLibrary,readConcern,maxStalenessSeconds,loggerLevel,logger,promoteValues,promoteBuffers,promoteLongs,domainsEnabled,keepAliveInitialDelay,checkServerIdentity,validateOptions]
W20170628-10:02:04.383(2)? (STDERR) the server/replset/mongos options are deprecated, all their options are supported at the top level of the options object [poolSize,ssl,sslValidate,sslCA,sslCert,sslKey,sslPass,sslCRL,autoReconnect,noDelay,keepAlive,connectTimeoutMS,family,socketTimeoutMS,reconnectTries,reconnectInterval,ha,haInterval,replicaSet,secondaryAcceptableLatencyMS,acceptableLatencyMS,connectWithNoPrimary,authSource,w,wtimeout,j,forceServerObjectId,serializeFunctions,ignoreUndefined,raw,promoteLongs,bufferMaxEntries,readPreference,pkFactory,promiseLibrary,readConcern,maxStalenessSeconds,loggerLevel,logger,promoteValues,promoteBuffers,promoteLongs,domainsEnabled,keepAliveInitialDelay,checkServerIdentity,validateOptions]

https://jira.mongodb.org/browse/NODE-941

1 Like

Thank you. Took over this project so did not know what to look for. I did try searching for the error, though :smile: Do one somehow mark the thread as solved around here?

You’re welcome :slight_smile:.

You can edit the post title and put [Solved] or some such in there.