Kaho Fan
Results
1
issues of
Kaho Fan
When using ```logger.catch``` with error codes from the standard logging library, the log level will be rendered incorrectly as below: ```python from logging import CRITICAL from loguru import logger @logger.catch(level=CRITICAL)...