mstrio > config¶
- mstrio.config.custom_formatwarning(msg, category, *args, **kwargs)¶
- mstrio.config.get_logging_level()¶
Calculate and return logging level to configure logger.
- Return type:
int
- mstrio.config.toggle_debug_mode()¶
Toggle debug mode between INFO and DEBUG. It will change root logger’s logging level.
- Return type:
None