chore(coderd): add logging to agent rpc yamux conn (#11965)

This commit is contained in:
Colin Adler
2024-01-31 23:17:20 -06:00
committed by GitHub
parent cc0dc103b6
commit 4ed1f5581a
2 changed files with 17 additions and 11 deletions

View File

@ -12,10 +12,10 @@ import (
"io"
"net/http"
"cdr.dev/slog"
"github.com/go-chi/chi/v5"
"github.com/google/uuid"
"cdr.dev/slog"
"github.com/coder/coder/v2/coderd/database"
"github.com/coder/coder/v2/coderd/database/dbtime"
"github.com/coder/coder/v2/coderd/httpapi"