etc/rubyrun_opts.yml in rubyrun-0.9.6 vs etc/rubyrun_opts.yml in rubyrun-0.9.7
- old
+ new
@@ -80,11 +80,11 @@
# Examples:
# TRACE_HASH: {*: []} #=> Trace all instrumented methods:
# TRACE_HASH: {} #=> Stop tracing
# TRACE_HASH: {Class1: [method1, method2], Class2: [method3, method4]}
# #=> Trace only these instrumented methods
-TRACE_HASH: {}
+TRACE_HASH: {*: []}
# Only applies when TRACE_HASH is not an empty hash.
# Use DEBUG_ARGS to inspect arguments that were passed in method calls.
# This can slow down execution and affect memory
# footprint tremendously, and inspecting large argument objects can
@@ -121,10 +121,10 @@
# 1. perf_summary - Performance summary in RSS format
# 2. txn_log - Transaction log in CSV format
# Examples:
# OUTPUT: [perf_summary]
# OUTPUT: [perf_summary, txn_log]
-OUTPUT: [perf_summary, txn_log]
+OUTPUT: [perf_summary]
# Set the location of the RSS channel and item files
# Leave this to blank results in [application directory]/public/rubyrun_rss being used
RSS_PATH: