mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
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.