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

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-demo-server.git

commit 950e603084b1a4faaf2a871dfd4bd98b2265adca
Author: Myrle Krantz <my...@apache.org>
AuthorDate: Tue Aug 15 09:05:37 2017 +0200

    Adding logging.
---
 src/main/java/io/mifos/dev/ServiceRunner.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/io/mifos/dev/ServiceRunner.java 
b/src/main/java/io/mifos/dev/ServiceRunner.java
index a370d65..e74ee28 100644
--- a/src/main/java/io/mifos/dev/ServiceRunner.java
+++ b/src/main/java/io/mifos/dev/ServiceRunner.java
@@ -65,7 +65,6 @@ import org.springframework.context.annotation.Bean;
 import org.springframework.context.annotation.ComponentScan;
 import org.springframework.context.annotation.Configuration;
 import org.springframework.core.env.Environment;
-import org.springframework.core.io.ClassPathResource;
 import org.springframework.test.context.junit4.SpringRunner;
 import org.springframework.util.Base64Utils;
 
@@ -428,6 +427,7 @@ public class ServiceRunner {
           final Tenant tenant,
           final Microservice<T> service,
           final String initialize_event) throws InterruptedException {
+    logger.info("Provisioning service '{}', for tenant '{}'.", service.name(), 
tenant.getName());
 
     final AssignedApplication assignedApp = new AssignedApplication();
     assignedApp.setName(service.name());

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

Reply via email to