station_logging

ochra.manager.station.station_logging.configure_device_logger(log_root_path, device_module_path, device_name, console_log_level=20)

Configures a logger for a specific device.

Parameters:
  • log_root_path (Path) – The root directory where log files will be stored.

  • device_name (str) – The name of the device for which the logger is being configured.

  • console_log_level (int) – The logging level for console output (e.g., logging.INFO, logging.DEBUG).

  • device_module_path (str)

ochra.manager.station.station_logging.configure_station_logging(log_root_path, console_log_level=20)

Configures logging for the lab management system.

Parameters:
  • log_root_path (Path) – The root directory where log files will be stored.

  • console_log_level (int) – The logging level for the console output (e.g., logging.INFO, logging.DEBUG).