gabm.utils.logging module
Centralized logging setup utility for GABM LLM modules. Import and call setup_module_logger(__name__, log_file_name) at the top of each module/script.
- gabm.utils.logging.setup_module_logger(module_name, log_file_name)
Set up a logger for a module, writing to data/logs/llm/log_file_name and the console. Returns a logger instance for use in the module.