Commit d2fa22b4 by 张乐 Committed by GitHub

Merge pull request #443 from nobodyiam/fix-sso-clog

fix sso clog config
parents 8fb16b6a 09b5a0e6
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment