Commit 3ca0727
fix(slack): use root logger for 500 error alerts
Exception handler used named logger which may not propagate to
root logger's SlackHandler. Use logging.getLogger() (root) directly
to guarantee Slack notifications for unhandled exceptions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b8a20de commit 3ca0727
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
0 commit comments