Skip to content

Add crow middleware to log one line per request

Francesco Giacomini requested to merge issue-11 into main

At the end of each request, a line is added to the access log, bound to standard output. An entry is logged both for successes and failures. The context associated to this middleware keeps information that is not available or readily available from the crow request or response.

Merge request reports