diff --git a/memory_scope/utils/logger.py b/memory_scope/utils/logger.py index 828d0776..77f32042 100644 --- a/memory_scope/utils/logger.py +++ b/memory_scope/utils/logger.py @@ -2,7 +2,7 @@ import logging from logging.handlers import RotatingFileHandler from pathlib import Path -LOG_FORMAT = "%(asctime)s %(levelname)s %(trace_id)s %(module)s:%(lineno)d] %(message)s" +LOG_FORMAT = "%(asctime)s %(levelname)s %(threadName)s %(module)s:%(lineno)d] %(message)s" DATE_FORMAT = "%Y-%m-%d %H:%M:%S" LOGGER_DICT = {}