flake8
passed.
JSHint
passed.
Review Request #9840 — Created March 27, 2018 and submitted
During the API refactor, I moved the logging middleware into the router.
However, that middleware will only be executed if the router matches the
request, so 404s from routes that don't match won't be logged. Instead,
we wrap our router with it so all requests are logged.
Rebasing all patches.
Revision 2 (+1 -3)