We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8b2b64 + 80a25cf commit 73e80f2Copy full SHA for 73e80f2
dongtai-agent/src/main/java/io/dongtai/iast/agent/AgentLauncher.java
@@ -104,6 +104,7 @@ public static synchronized void uninstall() {
104
*/
105
private static void install(final Instrumentation inst) {
106
IastProperties iastProperties = IastProperties.getInstance();
107
+ DongTaiLog.info("Current DongTai Java Agent version: "+Constant.AGENT_VERSION_VALUE);
108
DongTaiLog.info("try to register agent to: " + iastProperties.getBaseUrl());
109
Boolean send = AgentRegisterReport.send();
110
if (send) {
0 commit comments