lib/instana/instrumentation/excon.rb in instana-1.4.9 vs lib/instana/instrumentation/excon.rb in instana-1.4.11
- old
+ new
@@ -63,9 +63,9 @@
end
end
end
end
- ::Instana.logger.warn "Instrumenting Excon"
+ ::Instana.logger.info "Instrumenting Excon"
::Excon.defaults[:middlewares].unshift(::Instana::Instrumentation::Excon)
end