diff --git a/constants.py b/constants.py index dc42908..b1ecc82 100644 --- a/constants.py +++ b/constants.py @@ -82,9 +82,7 @@ FILE_FORMATTER = logging.Formatter( style='{', datefmt="%Y-%m-%d %H:%M:%S", ) -OUTPUT_FORMATTER = logging.Formatter( - "{asctime}: {levelname:>7}: {message}", style='{', datefmt="%H:%M:%S" -) +OUTPUT_FORMATTER = logging.Formatter("{levelname:>7}: {message}", style='{', datefmt="%H:%M:%S") class State(Enum):