[VOL-3987] Do not validate GemPort 4069 as it's reserved for multicast and shared across ONUs

Change-Id: Id34c5a58b93f18b10e20d94351d3bb8e4d664a98
diff --git a/internal/common/omci/get.go b/internal/common/omci/get.go
index 5172f60..4b02bda 100644
--- a/internal/common/omci/get.go
+++ b/internal/common/omci/get.go
@@ -204,7 +204,7 @@
 
 	omciLogger.WithFields(log.Fields{
 		"EntityInstance": entityInstance,
-	}).Info("received-get-software-image-request")
+	}).Trace("received-get-software-image-request")
 
 	// Only one image can be active and committed
 	committed := 0
@@ -240,7 +240,7 @@
 		"entityId":    entityInstance,
 		"active":      active,
 		"committed":   committed,
-	}).Info("Reporting SoftwareImage")
+	}).Trace("Reporting SoftwareImage")
 
 	return res
 }