Closed notBradPitt closed 1 year ago
From https://github.com/Delgan/loguru/issues/138, adding the following code after importing poe-api-wrapper
seems to work
from loguru import logger
logger.remove()
logger.add(sys.stderr, level="CRITICAL")
I will add this to the docs in the next release
Does this change log level for the entire project ?
How do I turn logs that shows up like the following: