loguru
loguru copied to clipboard
loguru how to disable beautiful stack trace?
loguru how to disable beautiful stack trace?
You can .add() an handler with diagnose=False or set the LOGURU_DIAGNOSE environment variable to "OFF".