Compare commits

..

No commits in common. "develop" and "master" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -84,8 +84,6 @@ class Simulation(object):
cpp.scc.init_logging(cpp.logging.INFO, False) cpp.scc.init_logging(cpp.logging.INFO, False)
elif log_level >= logging.DEBUG: elif log_level >= logging.DEBUG:
cpp.scc.init_logging(cpp.logging.DEBUG, False) cpp.scc.init_logging(cpp.logging.DEBUG, False)
else:
cpp.scc.init_logging(cpp.logging.TRACE, False)
except Exception: # fall back: use basic SystemC logging setup except Exception: # fall back: use basic SystemC logging setup
verb_lut={ verb_lut={
logging.FATAL:100, #SC_LOW logging.FATAL:100, #SC_LOW