From 2354d85a377c2205542d6e074500b2598c57f3e8 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 25 Sep 2024 21:05:46 +1000 Subject: [PATCH] less log spam --- server/handler/vmModify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/handler/vmModify.go b/server/handler/vmModify.go index 67f7656..cc906ec 100644 --- a/server/handler/vmModify.go +++ b/server/handler/vmModify.go @@ -181,7 +181,7 @@ func (h *Handler) VmModify(w http.ResponseWriter, r *http.Request) { } else { w.WriteHeader(http.StatusAccepted) fmt.Fprintf(w, "Processed update event but no config changes were of interest\n") - prettyPrint(event.CloudEvent.Data.ConfigSpec) + //prettyPrint(event.CloudEvent.Data.ConfigSpec) } } }