Browse Source
Previously we used logging.error(e) and traceback.print_exc() to output error stack trace. The problem is, we want to output the stack trace only when verbose > 0. The if statement scattered around the code. So we replaced them with the new utils.print_exception() call.master
clowwindy
10 years ago
8 changed files with 32 additions and 29 deletions
Loading…
Reference in new issue