Details
-
Task
-
Resolution: Won't Do
-
Major - P3
-
None
-
None
-
None
-
None
-
Server Development Platform
Description
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.