|
@@ -36,7 +36,7 @@ public class SpringLifecycle implements ApplicationRunner, DisposableBean {
|
|
|
if (logProperties.getEnabled()) {
|
|
if (logProperties.getEnabled()) {
|
|
|
initLogConfig();
|
|
initLogConfig();
|
|
|
}
|
|
}
|
|
|
- log.info("ContentService 启动...");
|
|
|
|
|
|
|
+ log.info("MessageService 启动...");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
private void initLogConfig() {
|
|
private void initLogConfig() {
|
|
@@ -52,6 +52,6 @@ public class SpringLifecycle implements ApplicationRunner, DisposableBean {
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public void destroy() {
|
|
public void destroy() {
|
|
|
- log.info("ContentService 停止...");
|
|
|
|
|
|
|
+ log.info("MessageService 停止...");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|