Add output.xml with only INFO logging leve
[csit.git] / resources / libraries / python / PapiHistory.py
index 78279f5..6a4f913 100644 (file)
@@ -104,7 +104,7 @@ class PapiHistory(object):
         history_list = DICT__DUTS_PAPI_HISTORY[node['host']]
         if not history_list:
             history_list = ("No PAPI command executed", )
-        logger.trace(
+        logger.info(
             "{0} PAPI command history:\n{1}\n".format(
                 node['host'], "\n".join(history_list)))