diff --git a/features/mml/mml.go b/features/mml/mml.go index be2da12d..b7ec90e3 100644 --- a/features/mml/mml.go +++ b/features/mml/mml.go @@ -528,7 +528,7 @@ func PostMMLToOMC(w http.ResponseWriter, r *http.Request) { services.ResponseNotFound404UriNotExist(w, r) return } - log.Debug("Body:", string(body)) + log.Trace("Body:", string(body)) hostUri := fmt.Sprintf("http://%s:%s", neInfo.Ip, neInfo.Port)