Arseny

Results 1 comments of Arseny

Hi, I'm using Cython and loguru works but I can't manage (disable) logging: ```python from loguru import logger logger.disable() ``` the above code works for source distribution and doesn't work...