lib/trifle/logger/tracer/hash.rb in trifle-logger-0.1.1 vs lib/trifle/logger/tracer/hash.rb in trifle-logger-0.1.2

- old
+ new

@@ -58,10 +58,10 @@ @tags << tag end def artifact(name, path) @data << { - at: now, message: "Artifact: #{name}", + at: now, message: name, state: :success, head: false, meta: false, media: true } @artifacts << path end