- 
  Notifications
 
You must be signed in to change notification settings  - Fork 1.1k
 
Commit 6e24cff
logging: Allow logging.exception helper to handle tracebacks.
Although `Logger.exception` supports passing exception info with
`exc_info`, when you use `logging.exception` keyword arguments are not
forwarded to the root logger, which makes passing `exc_info` raise
`TypeError`.
Signed-off-by: Nick Budak <thatbudakguy@gmail.com>1 parent 15a6233 commit 6e24cff
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
202 | 202 |  | |
203 | 203 |  | |
204 | 204 |  | |
205 | - | ||
206 | - | ||
205 | + | ||
206 | + | ||
207 | 207 |  | |
208 | 208 |  | |
209 | 209 |  | |
 | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
1 | - | ||
1 | + | ||
2 | 2 |  | |
3 | 3 |  | |
0 commit comments