refactor: replace Logger with RunLogger and streamline logging setup

This commit is contained in:
2026-03-01 11:01:04 -03:00
parent 53f75b44a5
commit c59f0d6516
23 changed files with 71 additions and 2636 deletions

View File

@@ -1,4 +1,4 @@
from .logger import Logger, valid_logger
from .logger import RunLogger
from .misc import (
compress_files_1mb,
date_time,
@@ -10,8 +10,7 @@ from .ptable import AtomInfo, PTable
__all__ = [
"Logger",
"valid_logger",
"RunLogger",
"PTable",
"AtomInfo",
"weekday_date_time",