AlbumenJ commented on code in PR #13412: URL: https://github.com/apache/dubbo/pull/13412#discussion_r1407655394
########## dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/report/MetadataReportInstance.java: ########## @@ -110,6 +110,8 @@ private void init(MetadataReportConfig config, MetadataReportFactory metadataRep // exist.")); MetadataReport metadataReport = metadataReportFactory.getMetadataReport(url); if (metadataReport != null) { + System.out.println("MetadataReportFactory:"+ metadataReportFactory.getClass()+",MetadataReport:"+metadataReport+" url:"+url+" ,relatedRegistryId:"+metadataReport.relatedRegistryIdSuffix(url)); Review Comment: Sout is not allow -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org