diff --git a/src/shrpx.cc b/src/shrpx.cc index 673cfbff..c45a2881 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -1129,21 +1129,19 @@ Logging: Specify format string for access log. The default format is combined format. The following variables are available: - $remote_addr: client IP address - $time_local: local time in Common Log format - $time_iso8601: local time in ISO 8601 format - $request: HTTP request line - $status: HTTP response status code. - $body_bytes_sent: the number of bytes sent - to client as response body - $http_: value of HTTP request header - where '_' in is replaced with - '-'. - $remote_port: client port - $server_port: server port - $request_time: request processing time in - seconds with milliseconds - resolution. + $remote_addr: client IP address. + $time_local: local time in Common Log format. + $time_iso8601: local time in ISO 8601 format. + $request: HTTP request line. + $status: HTTP response status code. + $body_bytes_sent: the number of bytes sent to + client as response body. + $http_: value of HTTP request header + where '_' in is replaced with '-'. + $remote_port: client port. + $server_port: server port. + $request_time: request processing time in + seconds with milliseconds resolution. Default: )" << DEFAULT_ACCESSLOG_FORMAT << R"( --errorlog-file=