emmi_inference.logging_config ============================= .. py:module:: emmi_inference.logging_config Functions --------- .. autoapisummary:: emmi_inference.logging_config.configure_logging Module Contents --------------- .. py:function:: configure_logging(debug = False, suppress_third_party = True) Configure loguru logging format. :param debug: Include caller details if True, keep minimal format otherwise. Defaults to False. :param suppress_third_party: Prevent logging of the specific libraries. Defaults to True.