diff --git a/weed/s3api/iceberg/iceberg.go b/weed/s3api/iceberg/iceberg.go index 9235cb6cb..b3c3049af 100644 --- a/weed/s3api/iceberg/iceberg.go +++ b/weed/s3api/iceberg/iceberg.go @@ -495,7 +495,7 @@ func (s *Server) handleCreateNamespace(w http.ResponseWriter, r *http.Request) { err := s.filerClient.WithFilerClient(false, func(client filer_pb.SeaweedFilerClient) error { mgrClient := s3tables.NewManagerClient(client) - glog.Errorf("Iceberg: handleCreateNamespace calling Execute with identityName=%s", identityName) + glog.V(2).Infof("Iceberg: handleCreateNamespace calling Execute with identityName=%s", identityName) return s.tablesManager.Execute(r.Context(), mgrClient, "CreateNamespace", createReq, &createResp, identityName) })