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 20071f6 commit 44cae59Copy full SHA for 44cae59
mongodb_consistent_backup/Logger.py
@@ -34,8 +34,7 @@ def start(self):
34
self.file_log.setLevel(self.log_level)
35
self.file_log.setFormatter(logging.Formatter(self.log_format))
36
logging.getLogger('').addHandler(self.file_log)
37
- print "update_symlink()"
38
- self.update_symlink()
+ self.update_symlink()
39
except OSError, e:
40
logging.warning("Could not start file log handler, writing to stdout only")
41
pass
0 commit comments