From mboxrd@z Thu Jan 1 00:00:00 1970 From: glenkeane.94@gmail.com (Glen Keane) Date: Tue, 21 Apr 2015 17:26:55 +0100 Subject: [lttng-dev] Change of output format in lttng view? Message-ID: Hey guys, Would you please consider changing the '=' char to a ':' char in the event data output of `lttng view`? it would make it more json-like. Currently when you `lttng view` something you get '[13:17:40.642101755] (+0.000213714) vagrant-ubuntu-trusty-64 node:gc_done: { cpu_id = 0 }, { gctype = "kGCTypeScavenge", gcflags = "kNoGCCallbackFlags" }', I think that '[13:17:40.642101755] (+0.000213714) vagrant-ubuntu-trusty-64 node:gc_done: { cpu_id : 0 }, { gctype : "kGCTypeScavenge", gcflags : "kNoGCCallbackFlags" }' would be better. Any thoughts? It seems to be very similar to json already. :) Glen. -------------- next part -------------- An HTML attachment was scrubbed... URL: