Skip to content

Client: improve printing of logged requests

Milo Davis requested to merge improve-request-logging into master

Previously, the request logging flag in the client led to printing lines that looked like this:

>>>>0: http://127.0.0.1:18739/blocks/head{}

By switching the printing to use a vbox, it now prints as:

>>>>0: http://127.0.0.1:18739/blocks/head
  {}

which looks cleaner.

Merge request reports