PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Thursday the 31st of January, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[08:37:20] <StoneMoe> hi
[09:15:26] <Derick> hi
[09:17:06] <StoneMoe> Any recommended mongoengine alternative?
[09:17:22] <StoneMoe> (Python ODM library)
[14:59:17] <Mmike> is there a simple way to enable 'full logging' in mongodb (something like mysql's general_log, for instance?) I see that there is a lot of profiling stuff, but that is per/database, and it writes again in the database - I'd prefer to have all the queries logged in a log file, if that's possible.
[15:32:03] <Derick> Mmike: https://docs.mongodb.com/manual/reference/method/db.setLogLevel/
[15:36:09] <Mmike> Derick, ack, thnx, much obliged!
[15:36:10] <Mmike> missed that one
[15:40:13] <Derick> no prob!