log_system_probe#
- openfe.utils.log_system_probe(level=logging.DEBUG, paths: Iterable[PathLike] | None = None)#
Print the system information via configurable logging.
This creates a logger tree under “{__name__}.log”, allowing one to turn on/off logging of GPU info or hostname info the with “{__name__}.log.gpu” and “{__name__}.log.hostname” loggers.