Skip to content

Commit

Permalink
ban nacos registry and config
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikliu committed Jun 24, 2024
1 parent f10abb5 commit e9520c3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import cn.polarismesh.agent.core.bootstrap.starter.BootStrapStarter;
import cn.polarismesh.agent.core.bootstrap.util.AgentDirUtils;
import cn.polarismesh.agent.core.common.utils.JarFileUtils;
import cn.polarismesh.agent.core.bootstrap.SetProperties;
import cn.polarismesh.agent.core.bootstrap.PolarisInitProperties;

import java.lang.instrument.Instrumentation;
import java.util.List;
Expand All @@ -41,8 +41,8 @@ public static void premain(String agentArgs, Instrumentation instrumentation, St
return;
}

SetProperties setProperties = new SetProperties();
setProperties.initialize();
PolarisInitProperties polarisInitProperties = new PolarisInitProperties();
polarisInitProperties.initialize();

logger.info("[Bootstrap] polaris-agent agentArgs:" + agentArgs);
logger.info("[Bootstrap] polarisAgentBootStrap.ClassLoader:" + PolarisAgentBootStrap.class.getClassLoader());
Expand Down

0 comments on commit e9520c3

Please sign in to comment.