-
Type:
Task
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Development Platform
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Right now resmoke logs will look something like [...info..]{...json log...}. We have a request to make all resmoke logs json so that the output can be piped to jq ie:
{..info...json log...}I want to better understand how jq is used as part of the developer workflow before we dive into this, but there are some good suggestions/stackoverflow posts in the comments to make note of during implementation.