Skip to content

Commit a9a067e

Browse files
author
Tim Vaillancourt
committed
debug->error log level
1 parent 1c4a10b commit a9a067e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MongoBackup/ReplsetHandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_rs_status(self):
3535
if not status:
3636
raise e
3737
except Exception, e:
38-
logging.debug("Error running command 'replSetGetStatus': %s" % e)
38+
logging.error("Error running command 'replSetGetStatus': %s" % e)
3939
tries = tries + 1
4040
sleep(1)
4141
if not status:

0 commit comments

Comments
 (0)