Skip to content

Commit

Permalink
Merge pull request #1710 from ropalka/UNDERTOW-2321
Browse files Browse the repository at this point in the history
[UNDERTOW-2321] Document new commonv pattern in accesslog handler
  • Loading branch information
baranowb authored Dec 6, 2024
2 parents 84c2d6c + e9c4ed8 commit 6ae61c6
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 6ae61c6

Please sign in to comment.