diff --git a/internal/provider/provider.go b/internal/provider/provider.go index 906e2eb..cbc2021 100644 --- a/internal/provider/provider.go +++ b/internal/provider/provider.go @@ -207,6 +207,7 @@ func (p *provider) ExecuteCommand(command string) (json.RawMessage, error) { } // Send over our command and listen for the result + p.log.Info().Str("request", string(buf)).Msg("Send request") go p.ws.WriteMessage(websocket.TextMessage, buf) select {