diff --git a/business/jxutils/datares/datares.go b/business/jxutils/datares/datares.go index 267ad6da7..e74fa097c 100644 --- a/business/jxutils/datares/datares.go +++ b/business/jxutils/datares/datares.go @@ -131,6 +131,7 @@ func TryRegisterDataResource(ctx *jxcontext.Context, name, resourceURL string, i return dataRes, nil } resBinary, hashCode, err := jxutils.DownloadFileByURL(resourceURL) + globals.SugarLogger.Debugf("TryRegisterDataResource2, resBinary:%s, hashCode:%s", resBinary, hashCode) if err != nil { return nil, err }