Let LOG_LEVEL_REQUEST log all requests
authorFabian Keil <fk@fabiankeil.de>
Sat, 30 May 2020 08:56:13 +0000 (10:56 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 1 Jun 2020 08:11:46 +0000 (10:11 +0200)
commitb94bbe62a95082e345eeceaef880d84a87779f3a
tree2912a1da675d7f0884709065db7c1ecea0458e2e
parent7d902ee3ab7149799b543ae81457540bf82c49b4
Let LOG_LEVEL_REQUEST log all requests

Previously unencrypted requests were only logged
with LOG_LEVEL_REQUEST when they weren't crunched
(in which case they were logged with LOG_LEVEL_CRUNCH).

This was documented behaviour, but logging all requests
seems more useful.
jcc.c