Tip: nicer logs with jq

Just a quick tip, when checking the log, pipe it through jq to have a more readable output

$ ipfs log tail | jq

would result in something like:

3 Likes