ml_grid.pipeline.logs_project_folder
Classes
Initializes the log folder and sets up basic logging. |
Module Contents
- class ml_grid.pipeline.logs_project_folder.log_folder(local_param_dict: Dict[str, Any], additional_naming: str | None, base_project_dir: str)[source]
Initializes the log folder and sets up basic logging.
This constructor generates a unique folder name by concatenating the values from the local_param_dict. It then creates this folder and configures a basic logger to write to a ‘log.log’ file inside it.
Note
This class re-configures the root logger on each instantiation, which may have unintended side effects in a larger application.