mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
04dfda8a0e
fixes https://github.com/coder/internal/issues/958 Logging 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.