[14:48:06] o/// [16:19:22] 06Revision-Scoring-As-A-Service, 10ORES, 06Operations, 13Patch-For-Review: Set up monitoring for ORES redis database - https://phabricator.wikimedia.org/T155482#2965632 (10akosiaris) 05Open>03Resolved And with https://gerrit.wikimedia.org/r/#/c/333878/ this is now done. Had to refactor the current moni... [21:00:27] halfak: you can get prettyprint via something like this on the command line: curl -s 'https://en.wikipedia.org/w/api.php?format=json&action=query&prop=revisions&titles=API&rvprop=timestamp%7Cuser%7Ccomment%7Ccontent' | jq . [21:01:09] You may have to install jq with your favorite package manager first. Instructions are here: https://stedolan.github.io/jq/download/. [21:02:09] For browsers there are browser extensions which prettify JSON [21:16:26] Hey bearND! I'm most worried about having casual users able to read the JSON output in their browser easily. [21:16:41] But +1 for jq. Nice tool. [21:17:48] halfak: Ah, I see. Nvm then [22:49:40] Working on a deployment. We'll have the draft quality model on wmflabs soon. [22:51:50] Then I can get back to work on cleaning up the prod deploy repo.