Logging Configure logging. Functions: Name Description setup Loguru setup with the required logging level. setup setup(level='INFO') Loguru setup with the required logging level. Parameters: Name Type Description Default level str Log level, default is INFO, other options WARNING, DEBUG etc. 'INFO'