diff --git a/bin/deepstate/common.py b/bin/deepstate/common.py index 0de6ffc..8e479da 100644 --- a/bin/deepstate/common.py +++ b/bin/deepstate/common.py @@ -35,7 +35,8 @@ LOG_LEVEL_DEBUG = 0 LOG_LEVEL_INFO = 1 LOG_LEVEL_WARNING = 2 LOG_LEVEL_ERROR = 3 -LOG_LEVEL_FATAL = 4 +LOG_LEVEL_FUZZER = 4 +LOG_LEVEL_FATAL = 5 LOGGER = logging.getLogger("deepstate")