re-enable logging
This commit is contained in:
@@ -15,7 +15,7 @@ assert dummy_data_pth.exists(), f"dummy data path not found: {dummy_data_pth}"
|
||||
DUMMY_DATA_PATH: Final[Path] = dummy_data_pth
|
||||
|
||||
# ** logging
|
||||
ENABLE_LOGGING: Final[bool] = False
|
||||
ENABLE_LOGGING: Final[bool] = True
|
||||
LOGGING_TO_FILE: Final[bool] = True
|
||||
LOGGING_TO_STDERR: Final[bool] = True
|
||||
LOG_FILENAME: Final[str] = "dopt-delbar.log"
|
||||
|
||||
Reference in New Issue
Block a user