Skip to content
Snippets Groups Projects
Commit 75ef723f authored by John Harris's avatar John Harris
Browse files

fix: remove puts

parent 3d5e199d
No related branches found
Tags 1.5.1
No related merge requests found
Pipeline #35069 passed
......@@ -26,7 +26,6 @@ module NexusSemanticLogger
# Tracer requires configuration to a datadog agent via DD_AGENT_HOST.
dd_force_tracer_val = ENV.fetch('DD_FORCE_TRACER', false)
dd_force_tracer = dd_force_tracer_val.present? && dd_force_tracer_val.to_s == 'true'
puts "** dd_force_tracer: #{dd_force_tracer}"
c.tracer(enabled: Rails.env.production? || dd_force_tracer)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment