loguru
loguru copied to clipboard
how debug limt depth.
this print more 10 pages. 没有太多的价值
You can modify sys.tracebacklimit to limit the number of frames displayed.
You can also add() your sink with backtrace=False.
sys.tracebacklimit is work. but add(backtrace=False) not work. wired.
The backtrace=True is supposed to reduce the stack trace verbosity, but it won't suppress it totally.