Describe the bug
Context
Hello, I went to the Configuring HTTP Access Logs section of the HTTP reference guide to understand what is/can be logged using the quarkus.http.access-log.pattern property.
The common and combined formats both display a %l in their templates:
The issue itself
The issue is: "the Quarkus documentation for the full list of variables" (which is a funny way to indicate the reader it's the table right below what they're reading) has an entry for all but %l (and is in alphabetical order):
Thus I still don't know what this - placeholder in my logs between IPs and usernames could mean.
Which pages
Describe the bug
Context
Hello, I went to the Configuring HTTP Access Logs section of the HTTP reference guide to understand what is/can be logged using the
quarkus.http.access-log.patternproperty.The
commonandcombinedformats both display a%lin their templates:The issue itself
The issue is: "the Quarkus documentation for the full list of variables" (which is a funny way to indicate the reader it's the table right below what they're reading) has an entry for all but
%l(and is in alphabetical order):Thus I still don't know what this
-placeholder in my logs between IPs and usernames could mean.Which pages