Skip to content

Commit 8e4dd90

Browse files
committed
log profiler execute args
1 parent 534b822 commit 8e4dd90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/com/taobao/arthas/core/command/monitor200/ProfilerCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ private String executeArgs(ProfilerAction action) {
714714

715715
private static String execute(AsyncProfiler asyncProfiler, String arg)
716716
throws IllegalArgumentException, IOException {
717+
logger.info("profiler execute args: {}", arg);
717718
String result = asyncProfiler.execute(arg);
718719
if (!result.endsWith("\n")) {
719720
result += "\n";

0 commit comments

Comments
 (0)