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 1b51991 + dc47655 commit 3ab506aCopy full SHA for 3ab506a
mongodb_consistent_backup/Backup/Mongodump/MongodumpThread.py
@@ -224,7 +224,7 @@ def run(self):
224
if os.path.isdir(self.dump_dir):
225
rmtree(self.dump_dir)
226
os.makedirs(self.dump_dir)
227
- logging.debug("Running mongodump cmd: %s" % " ".join(mongodump_cmd))
+ logging.info("Running mongodump cmd: %s" % " ".join(mongodump_cmd))
228
self._process = Popen(mongodump_cmd, stdin=PIPE, stderr=PIPE)
229
self.wait()
230
self.exit_code = self._process.returncode
0 commit comments