This is the loguru wrapper for redirecting logging library's logs to loguru.
pip install git+ssh://git@github.com/ilindrey/loguring.git
Simply import loguring and start using it in the same way as loguru:
from loguring import logger
logger.debug("That's it, beautiful and simple logging!")To disable the pre-configured sink, set the LOGURING_AUTOINIT variable to False.