Commit 1f561d8
committed
Fix logging exception in actor decorator
The exception information is added by default when calling
logger.exception and it is redundant to re-add it in the
message.
Signed-off-by: Daniel Zullo <[email protected]>1 parent c3fbe59 commit 1f561d8
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 210 | + | |
| 211 | + | |
214 | 212 | | |
215 | 213 | | |
216 | 214 | | |
| |||
0 commit comments