Commit 3298982
committed
Logging to logging.debug() will create a root logger handler if none existed, which can result in logging from later application code using the pyjwkest library unintentionally being activated. Using logger.debug() instead.
1 parent d056aac commit 3298982
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments