Skip to content

Commit 30b7426

Browse files
committed
fix: logging without response time in output
1 parent f39da02 commit 30b7426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requestlogger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def ApacheFormatter(with_response_time=True):
7171

7272
class ApacheFormatters(object):
7373
@staticmethod
74-
def format_NCSA_log(status_code, environ, content_length):
74+
def format_NCSA_log(status_code, environ, content_length, **kwargs):
7575
"""
7676
Apache log format 'NCSA extended/combined log':
7777
"%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""

0 commit comments

Comments
 (0)