forked fromANT0071/coder
- Notifications
You must be signed in to change notification settings - Fork0
Commit04dfda8
authored
fix: change enqueue error to debug log level (coder#19686)
fixescoder/internal#958Logging was being done at error level, but most likely any errors are from simple races between an update triggered around the same time as a client disconnecting. Debug is fine for these.1 parentd415964 commit04dfda8
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
696 | | - | |
697 | | - | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
698 | 699 | | |
699 | 700 | | |
700 | 701 | | |
| |||
0 commit comments
Comments
(0)