PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Sunday the 24th of February, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[20:56:51] <ario> hello
[20:57:01] <ario> is this the official mongo irc channel?
[21:04:26] <ario> I keep getting journalCleanup cycling
[21:04:38] <ario> when i run mongo on one of my test cases
[22:30:21] <Egyptian> hi - mongo newbie here .. need to write a pymongo statement where it returns documents in a collection along the lines of field2 != field1 and to clarify they are called city_state and city
[22:32:29] <Egyptian> i got this which does not work - db.getCollection('collection1').find({ $where: "Mailing_Address_2 != City" } )