diff --git a/Utils.py b/Utils.py index e08073c4..48ec9346 100644 --- a/Utils.py +++ b/Utils.py @@ -505,7 +505,7 @@ def init_logging(name: str, loglevel: typing.Union[str, int] = logging.INFO, wri except Exception as e: logging.exception(e) else: - logging.info(f"Deleted old logfile {file.path}") + logging.debug(f"Deleted old logfile {file.path}") import threading threading.Thread(target=_cleanup, name="LogCleaner").start() import platform