feat: log download endpoints

ref: N25B-401
This commit is contained in:
Twirre Meulenbelt
2026-01-16 16:32:51 +01:00
parent 4cda4e5e70
commit ba79d09c5d
3 changed files with 34 additions and 4 deletions

View File

@@ -147,10 +147,12 @@ class LoggingSettings(BaseModel):
Configuration for logging.
:ivar logging_config_file: Path to the logging configuration file.
:ivar experiment_logger_name: Name of the experiment logger, should match the logging config.
:ivar experiment_log_directory: Location of the experiment logs. Must match the logging config.
:ivar experiment_logger_name: Name of the experiment logger. Must match the logging config.
"""
logging_config_file: str = ".logging_config.yaml"
experiment_log_directory: str = "experiment_logs"
experiment_logger_name: str = "experiment"