Commit b34f51c
committed
Use logger.exception for SSE error logging
The logger.exception method is specifically designed for logging
exceptions and automatically includes the exception traceback,
providing better debugging information than logger.error.1 parent 6b60cb7 commit b34f51c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments