Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed Dec 18, 2024
1 parent 06ea7f0 commit 5792af5
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ private static synchronized void launch(String arguments, Instrumentation instru
return;
} else {
logger.log(Level.INFO, "[LiveAgent] main class " + ctx.mainClass
+ "\nif you do not want to enhance this application,"
+ "you can append this main class to \"agent.enhance.excludeApp\" in "
+ new File(ctx.configDir, "bootstrap.properties"));
+ "\nif you do not want to enhance this application, "
+ "\nyou can append this main class to \"agent.enhance.excludeApp\" in "
+ new File(ctx.configDir, "bootstrap.properties")
+ "\nor contact you administrator to update the default value.");
}

// Load system libraries and set up the class loader.
Expand Down

0 comments on commit 5792af5

Please sign in to comment.