Logging#

ivy.utils.logging.set_logging_mode(mode)[source]#

Set the current logging mode for Ivy.

Possible modes are ‘DEBUG’, ‘INFO’, ‘WARNING’, ‘ERROR’.

ivy.utils.logging.unset_logging_mode()[source]#

Remove the most recently set logging mode, returning to the previous one.