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.

This should have hopefully given you an overview of the logging submodule, if you have any questions, please feel free to reach out on our discord!