You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/12/02 14:22:46 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-263] add logging message for adapter registration process

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

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 67940fc  [STREAMPIPES-263] add logging message for adapter registration process
67940fc is described below

commit 67940fc422b9ceba246ac40138f5530dae500633
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Dec 2 15:22:33 2020 +0100

    [STREAMPIPES-263] add logging message for adapter registration process
---
 .../streampipes/container/extensions/ExtensionsModelSubmitter.java       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/streampipes-container-extensions/src/main/java/org/apache/streampipes/container/extensions/ExtensionsModelSubmitter.java b/streampipes-container-extensions/src/main/java/org/apache/streampipes/container/extensions/ExtensionsModelSubmitter.java
index 1921518..9305692 100644
--- a/streampipes-container-extensions/src/main/java/org/apache/streampipes/container/extensions/ExtensionsModelSubmitter.java
+++ b/streampipes-container-extensions/src/main/java/org/apache/streampipes/container/extensions/ExtensionsModelSubmitter.java
@@ -96,6 +96,7 @@ public abstract class ExtensionsModelSubmitter extends ModelSubmitter<Extensions
                 }
             }
         }
+        LOG.info("Successfully registered adapter at master in backend: " + backendUrl);
 
         ConsulUtil.registerPeService(
                 conf.getId(),