Hello Aleksandar,
The Common Log Format is defined as:
log-format "%{+Q}o %{-Q}ci - - [%trg] %r %ST %B \"\" \"\" %cp \ %ms %ft %b %s
%TR %Tw %Tc %Tr %Ta %tsc %ac %fc \ %bc %sc %rc %sq %bq %CC %CS %hrl %hsl"
The empty fields are expected if you haven't configured http request and
response header captures. Therefore, %hrl and %hsl are empty.
Best regards,
Bruno
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Saturday, May 18, 2019 7:33 PM, Aleksandar Lazic <[email protected]> wrote:
> Hi.
>
> I tried today this settings and miss some values in the log.
>
> frontend https-in
> option httplog clf
> option http-use-htx
> ...
>
>
> ::ffff:Client - - [18/May/2019:17:27:56 +0000] "GET
> /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 691 "" ""
> 51818 485 "https-in~" "nextcloud-backend" "server-cloud" 0 0 0 84 84 ---- 27
> 4 0
> 0 0 0 0 "" ""
>
> Do I make something wrong or should I open a ticket because it's a bug?
>
> Regards
> Aleks