You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ [my.topic.name] [05 Nov 21 09:23 CDT] [Published Msg]
are getting in the way of parsing data that comes out. For instance, I want to use jq utility to parse the JSON messages I have but I first have to filter out the lines mentioned above. I do this with grep -v "➜" but it's a bit of a hack. A flag to turn this off would be great.
(Thanks for this great tool!)
The text was updated successfully, but these errors were encountered:
The lines like this:
are getting in the way of parsing data that comes out. For instance, I want to use
jq
utility to parse the JSON messages I have but I first have to filter out the lines mentioned above. I do this withgrep -v "➜"
but it's a bit of a hack. A flag to turn this off would be great.(Thanks for this great tool!)
The text was updated successfully, but these errors were encountered: