Skip to content
Snippets Groups Projects
Commit fc7ffd98 authored by Saurav Das's avatar Saurav Das
Browse files

Forces debug-events cli output to always display index, timestamp and thread-id

as the left-most columns
parent 42d64bca
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ public class Event {
returnMap = new HashMap<String, String>();
returnMap.put("Timestamp", new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ")
.format(timestamp));
returnMap.put("threadId", String.valueOf(threadId));
returnMap.put("Thread Id", String.valueOf(threadId));
customFormat(eventClass, eventData, returnMap);
return returnMap;
}
......
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