Changeset - 5da95e8a2d07
[Not reviewed]
default
0 1 0
Mads Kiilerich - 6 years ago 2020-04-15 18:50:42
mads@kiilerich.com
wrapper: log clearly when request has been received
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/middleware/wrapper.py
Show inline comments
 
@@ -94,6 +94,7 @@ class RequestWrapper(object):
 
            _get_ip_addr(environ),
 
            get_path_info(environ),
 
        )
 
        log.info("%s received", description)
 
        try:
 
            result = self.application(environ, meter.start_response)
 
        finally:
0 comments (0 inline, 0 general)