Skip to content

Commit

Permalink
[UNDERTOW-2321] Document new commonv pattern in accesslog handler
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalka committed Dec 4, 2024
1 parent 84c2d6c commit e9c4ed8
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,10 @@
* commonly utilized patterns:</p>
* <ul>
* <li><b>common</b> - <code>%h %l %u %t "%r" %s %b</code>
* <li><b>combined</b> -
* <code>%h %l %u %t "%r" %s %b "%{i,Referer}" "%{i,User-Agent}"</code>
* <li><b>commonv</b> - <code>%h %l %u %t "%r" %s %b %T "%I"</code>
* <li><b>combined</b> - <code>%h %l %u %t "%r" %s %b "%{i,Referer}" "%{i,User-Agent}"</code>
* <li><b>commonobf</b> - <code>%o %l %u %t "%r" %s %b</code>
* <li><b>combinedobf</b> -
* <code>%o %l %u %t "%r" %s %b "%{i,Referer}" "%{i,User-Agent}"</code>
* <li><b>combinedobf</b> - <code>%o %l %u %t "%r" %s %b "%{i,Referer}" "%{i,User-Agent}"</code>
* </ul>
* <p>
* <p>
Expand Down

0 comments on commit e9c4ed8

Please sign in to comment.