log profiler execute args

pull/2965/head
hengyunabc 3 months ago
parent 534b822a0b
commit 8e4dd907ff

@ -714,6 +714,7 @@ public class ProfilerCommand extends AnnotatedCommand {
private static String execute(AsyncProfiler asyncProfiler, String arg)
throws IllegalArgumentException, IOException {
logger.info("profiler execute args: {}", arg);
String result = asyncProfiler.execute(arg);
if (!result.endsWith("\n")) {
result += "\n";

Loading…
Cancel
Save