提交 09b5a0e6 编写于 作者: J Jason Song

fix sso clog config

上级 8fb16b6a
......@@ -32,8 +32,8 @@ public class WebContextConfiguration {
@Override
public void onStartup(ServletContext servletContext) throws ServletException {
String loggingServerIP = serverConfigService.getValue("loggingServerIP");
String loggingServerPort = serverConfigService.getValue("loggingServerPort");
String loggingServerIP = serverConfigService.getValue("clogging.server.url");
String loggingServerPort = serverConfigService.getValue("clogging.server.port");
String credisServiceUrl = serverConfigService.getValue("credisServiceUrl");
servletContext.setInitParameter("loggingServerIP",
Strings.isNullOrEmpty(loggingServerIP) ? "" : loggingServerIP);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册