guardicore / monkey

Infection Monkey - An open-source adversary emulation platform
https://www.guardicore.com/infectionmonkey/
GNU General Public License v3.0
6.63k stars 775 forks source link

Island: Suppress pymongo logging #4197

Closed mssalvatore closed 3 months ago

mssalvatore commented 3 months ago

Since the upgrade to pymongo 4.6.3 (commit 8fe2603c7), the pymongo client has been dumping copious debug logs. Most of these are of no interest to us. Logs with level WARNING or higher maybe of interest.

What does this PR do?

PR Checklist

Testing Checklist

ilija-lazoroski commented 3 months ago

I know this is not for this PR but might as well fix it here:

image