log/xes_xml.rb in cpee-1.4.18 vs log/xes_xml.rb in cpee-1.4.20

- old
+ new

@@ -97,10 +97,10 @@ def response topic = @p[1].value event_name = @p[2].value log_dir = @a[0] - instancenr = @h['CPEE_INSTANCE'].split('/').last + instancenr = @h['CPEE_INSTANCE_URL'].split('/').last notification = JSON.parse(@p[3].value) doc(event_name,log_dir,instancenr,notification) end end #}}}