Rakefile in instana-1.0.3 vs Rakefile in instana-1.1.0
- old
+ new
@@ -15,9 +15,11 @@
ENV['INSTANA_GEM_DEV'] = 'true'
Bundler.require(:default, :development)
end
task :console => :environment do
+ # Possible debug levels: :agent, :agent_comm, :trace, :agent_response, :tracing
+ # ::Instana.logger.debug_level = [ :agent, :agent_comm ]
ARGV.clear
Pry.start
end
task :default => :spec