rewrite msger module based on logging
[tools/mic.git] / mic / bootstrap.py
index c20af78..29e8655 100644 (file)
@@ -263,8 +263,8 @@ class Bootstrap(object):
             value = '%s: %s' % (value, ' '.join(cmd))
             raise RuntimeError, value, tb
         finally:
-            if self.logfile and os.path.isfile(self.logfile):
-                msger.log(file(self.logfile).read())
+            #if self.logfile and os.path.isfile(self.logfile):
+            #    msger.log(file(self.logfile).read())
             cleanup_chrootenv(rootdir, bindmounts, gloablmounts)
             proxy.unset_proxy_environ()
         return retcode