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 930d9f8 commit 9f5c642Copy full SHA for 9f5c642
MongoBackup/Methods/Mongodump.py
@@ -51,7 +51,6 @@ def run(self):
51
52
mongodump_flags = ["-h", self.host_port, "--oplog", "-o", "%s/dump" % self.backup_dir]
53
if self.dump_gzip:
54
- logging.debug("Enabling inline mongodump compression using --gzip flag")
55
mongodump_flags.extend(["--gzip"])
56
if self.authdb and self.authdb != "admin":
57
logging.debug("Using database %s for authentication" % self.authdb)
0 commit comments