Closed lamter closed 7 years ago
Latest commit changes that https://github.com/log4mongo/log4mongo-python/commit/470bfc391d50921a4130c6ea3b26eaf558adb76f
See if this solves the issue
@oz123 when will the current master version be available on PyPI? This issue is preventing me (and others I imagine) from using log4mongo at the moment.
@gsmafra I will upload a new version next week. When it's done I will close the issue.
@gsmafra I uploaded a new version (1.6.1) to PyPI.
I got an error like this:
MongoClient.is_locked
need auth of 'admin'. That will be correct without non-auth situation and with auth of database 'admin'. But when I pass 'username' and 'password' for database 'logs', it raised above error.I deal with a non-recommendable way like this: