[17:54:21] <brahmana> Hi. I am using MongoDB with Mongoid (i.e. Ruby driver). The DB is in Atlas. When driver log level is set to debug, a lot of Mongo::Monitoring::Event::ServerDescriptionChanged events are printed to the log.
[17:55:06] <brahmana> Is there a way for me to disable only these events? I want to see the queries that are being made but I do not want these topology changed events.
[17:56:21] <brahmana> I tried setting `monitoring` to false, but that disabled the query logging also. The same happens when I set the log level of the driver logger to INFO.
[22:52:23] <d4rkp1r4t3> you want to use set the profiler level, not the logging level