set level
This commit is contained in:
@@ -20,7 +20,7 @@ import traceback
|
||||
from .common import DeepState, TestInfo
|
||||
|
||||
L = logging.getLogger("deepstate.angr")
|
||||
L.setLevel(logging.INFO)
|
||||
L.setLevel(logging.TRACE)
|
||||
|
||||
|
||||
class DeepAngr(DeepState):
|
||||
|
||||
@@ -33,7 +33,7 @@ from manticore.core.state import TerminateState
|
||||
|
||||
|
||||
L = logging.getLogger("deepstate.mcore")
|
||||
L.setLevel(logging.INFO)
|
||||
L.setLevel(logging.TRACE)
|
||||
|
||||
OUR_TERMINATION_REASON = "I DeepState'd it"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user