Add log at info when Eureka starts

This commit is contained in:
Dave Syer
2014-12-09 10:55:45 +00:00
parent 56f1a365fc
commit e155601c40

View File

@@ -127,6 +127,7 @@ public class EurekaServerInitializerConfiguration implements ServletContextAware
eurekaServerConfig));
}
}.contextInitialized(new ServletContextEvent(servletContext));
logger.info("Started Eureka Server");
running = true;
applicationContext.publishEvent(new EurekaServerStartedEvent(
eurekaServerConfig));