Skip to content

Commit

Permalink
Merge pull request #1814 from emeroad/#1811_bytecode_dump_option
Browse files Browse the repository at this point in the history
modify bytecode.dump.classlist sample option
  • Loading branch information
emeroad committed May 27, 2016
2 parents 1558f80 + db6e236 commit 5026567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ profiler.interceptor.exception.propagate=false

# java bytecode dump option
bytecode.dump.enable=false
#bytecode.dump.classlist=com.pinpoint.user.UserService,com.pinpoint.debug.TestClass,
#bytecode.dump.classlist=com.pinpoint.user.UserService,com.pinpoint.debug.TestClass
bytecode.dump.classlist=
bytecode.dump.bytecode=false
bytecode.dump.verify=false
Expand Down
2 changes: 1 addition & 1 deletion agent/src/main/resources/pinpoint.config
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ profiler.interceptor.exception.propagate=false
# bytecode dump option
# java bytecode debug option
bytecode.dump.enable=false
#bytecode.dump.classlist=com.naver.user.UserService
#bytecode.dump.classlist=com.naver.user.UserService,com.pinpoint.debug.TestClass
bytecode.dump.classlist=
bytecode.dump.bytecode=false
bytecode.dump.verify=false
Expand Down

0 comments on commit 5026567

Please # to comment.