all: Use zLOG.LOG(..., error=True) instead of immediate exc_info.
Simpler, and reduces the exposure of exc_info (which can be tricky to use in other contexts).
Showing
Please register or sign in to comment
Simpler, and reduces the exposure of exc_info (which can be tricky to use in other contexts).