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.
2 parents 416f708 + a9a067e commit 392766aCopy full SHA for 392766a
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