Skip to content
Snippets Groups Projects
Commit 84f41d86 authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Log event type names

parent 7325329f
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@
log.debug('Envelope created: %s', envelope_id)
event_id = conn.start_event(token, envelope_id, event_type, 0)
log.debug('Event created: %s', event_id)
log.debug('Event created: %s - event type: %s', event_id, event_type)
for item in items:
conn.send_item(
......
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