You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by wu...@apache.org on 2018/06/14 12:20:09 UTC

[incubator-servicecomb-java-chassis] 02/02: [SCB-661]add schema logs to check compatible problem

This is an automated email from the ASF dual-hosted git repository.

wujimin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 84a482c8b05c728e870135a307f913ee41b52800
Author: liubao <ba...@huawei.com>
AuthorDate: Wed Jun 13 17:21:04 2018 +0800

    [SCB-661]add schema logs to check compatible problem
---
 .../apache/servicecomb/core/definition/schema/ConsumerSchemaFactory.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/src/main/java/org/apache/servicecomb/core/definition/schema/ConsumerSchemaFactory.java b/core/src/main/java/org/apache/servicecomb/core/definition/schema/ConsumerSchemaFactory.java
index 2dd7755..a3dbbdb 100644
--- a/core/src/main/java/org/apache/servicecomb/core/definition/schema/ConsumerSchemaFactory.java
+++ b/core/src/main/java/org/apache/servicecomb/core/definition/schema/ConsumerSchemaFactory.java
@@ -72,6 +72,7 @@ public class ConsumerSchemaFactory extends AbstractSchemaFactory<ConsumerSchemaC
         context.getMicroservice().getVersion(),
         context.getSchemaId(),
         !StringUtils.isEmpty(schemaContent));
+    LOGGER.debug(schemaContent);
     if (schemaContent != null) {
       return SchemaUtils.parseSwagger(schemaContent);
     }

-- 
To stop receiving notification emails like this one, please contact
wujimin@apache.org.