lib/skylight/messages/trace.rb in skylight-0.3.0.rc.3 vs lib/skylight/messages/trace.rb in skylight-0.3.0.rc.4
- old
+ new
@@ -90,10 +90,10 @@
original_desc = desc
now = Util::Clock.nanos
desc = @instrumenter.limited_description(desc)
if desc == Instrumenter::TOO_MANY_UNIQUES
- debug "[SKYLIGHT] A payload description produced <too many uniques>"
+ debug "[SKYLIGHT] [#{Skylight::VERSION}] A payload description produced <too many uniques>"
debug "original desc=%s", original_desc
debug "cat=%s, title=%s, desc=%s, annot=%s", cat, title, desc, annot.inspect
end
start(now - gc_time, cat, title, desc, annot)