Add Logs for Result Checking
authorGuangrongFu <fu.guangrong@zte.com.cn>
Sat, 11 Mar 2017 16:16:08 +0000 (00:16 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Sat, 11 Mar 2017 16:16:08 +0000 (00:16 +0800)
Change-Id: I81bdc8e6ab5b3c8b876c69d49b8891fa84c794fc
Issue-ID: HOLMES-50
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
engine-d/src/main/java/org/openo/holmes/engine/resources/EngineResources.java

index 355a040..20b38ef 100644 (file)
@@ -79,6 +79,7 @@ public class EngineResources {
         try {
 
             String packageName = droolsEngine.deployRule(deployRuleRequest, locale);
+            log.info("Rule deployed. Package name: " + packageName);
             crResponse.setPackageName(packageName);
 
         } catch (CorrelationException correlationException) {