display all rpm debug messages in debug mode
[platform/upstream/mic.git] / mic / pluginbase.py
index 541ac8a..ffdd993 100644 (file)
@@ -86,11 +86,6 @@ class ImagerPlugin(_Plugin):
 class BackendPlugin(_Plugin):
     mic_plugin_type="backend"
 
-    # suppress the verbose rpm warnings
-    if msger.get_loglevel() != 'debug':
-        import rpm
-        rpm.setVerbosity(rpm.RPMLOG_ERR)
-
     def addRepository(self):
         pass