fix: log level and dpkg ims package issue

This commit is contained in:
2024-01-16 19:48:24 +08:00
parent b14ed41121
commit 12ed109922
2 changed files with 4 additions and 5 deletions

View File

@@ -169,7 +169,7 @@ func PostKPIReportFromNF(w http.ResponseWriter, r *http.Request) {
services.ResponseNotFound404UriNotExist(w, r)
return
}
log.Debug("Request body:", string(body))
log.Trace("Request body:", string(body))
kpiReport := new(KpiReport)
_ = json.Unmarshal(body, &kpiReport)
log.Debug("kpiReport:", kpiReport)