lib/instana.rb in instana-1.209.0.pre1 vs lib/instana.rb in instana-1.209.0.pre2
- old
+ new
@@ -14,7 +14,9 @@
# :nocov:
unless ENV.fetch('INSTANA_DISABLE', false)
::Instana::Activator.start
::Instana.agent.spawn_background_thread
+
+ ::Instana.logger.info "Stan is on the scene. Starting Instana instrumentation version #{::Instana::VERSION}"
end
# :nocov: