diff --git a/coderd/workspaceagents.go b/coderd/workspaceagents.go index dc2d240384475..ba888b0bf30fc 100644 --- a/coderd/workspaceagents.go +++ b/coderd/workspaceagents.go @@ -1153,7 +1153,7 @@ func (api *API) workspaceAgentCoordinate(rw http.ResponseWriter, r *http.Request err = ensureLatestBuild() if err != nil { - api.Logger.Debug(ctx, "agent tried to connect from non-latest built", + api.Logger.Debug(ctx, "agent tried to connect from non-latest build", slog.F("resource", resource), slog.F("agent", workspaceAgent), )