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 951573d commit b6d5a0aCopy full SHA for b6d5a0a
MongoBackup/Methods/Dumper.py
@@ -93,7 +93,7 @@ def run(self):
93
94
# backup a single non-replset config server, if exists:
95
if not self.config_replset and isinstance(self.config_server, dict):
96
- logging.info("Using non-replset backup method for config server")
+ logging.info("Using non-replset backup method for config server mongodump")
97
thread = Dump(
98
self.response_queue,
99
'configsvr',
0 commit comments