We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4a10b commit a9a067eCopy full SHA for a9a067e
MongoBackup/ReplsetHandler.py
@@ -35,7 +35,7 @@ def get_rs_status(self):
35
if not status:
36
raise e
37
except Exception, e:
38
- logging.debug("Error running command 'replSetGetStatus': %s" % e)
+ logging.error("Error running command 'replSetGetStatus': %s" % e)
39
tries = tries + 1
40
sleep(1)
41
0 commit comments