Debugging Unitxt¶
Increase log verbosity¶
If you want to get more information during the run (for example, which artifict are loaded from which catalog), you can set the UNITXT_DEFAULT_VERBOSITY environment variable or modify the global setting in the code.
env UNITXT_DEFAULT_VERBOSITY=debug python prepare/cards/wnli.py
from .settings_utils import get_settings
settings = get_settings()
settings.default_verbosity = "debug"