emmi_inference.logging_config

Functions

configure_logging([debug, suppress_third_party])

Configure loguru logging format.

Module Contents

emmi_inference.logging_config.configure_logging(debug=False, suppress_third_party=True)

Configure loguru logging format.

Parameters:
  • debug (bool) – Include caller details if True, keep minimal format otherwise. Defaults to False.

  • suppress_third_party (bool) – Prevent logging of the specific libraries. Defaults to True.

Return type:

None