mario.set_log_verbosity#

mario.set_log_verbosity(verbosity='info', capture_warnings=False, include_dependency_logs=False)#

Configure MARIO logging verbosity and warning capture.

Parameters:
  • verbosity (str) – defines the level of logging such as [debug,info,warning,critical]

  • capture_warnings (boolean) – if True, will capture the warnings even if the verbosity level is lower than warning

  • include_dependency_logs (boolean) – if True, allows logs and captured warnings coming from external dependencies