]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: JPP <jpp1@frws.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 17 Jun 2008 10:30:07 +0000 (22:30 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 17 Jun 2008 10:30:07 +0000 (22:30 +1200)
logformat docs contain extra whitespace

They also failed to mention that the displayed formats are built-in and
do not need to be defined.

src/cf.data.pre

index 54b8f0427b7b86e0d68bda83b3acaa17ee2d9268..3ce8ecb4fa60f50d353acbaaa3d62404dfc9aa35 100644 (file)
@@ -2268,8 +2268,10 @@ DOC_START
                <sS     Upstream object size
                %       a literal % character
 
-logformat squid  %ts.%03tu %6tr %>a %Ss/%03Hs %<st %rm %ru %un %Sh/%<A %mt
-logformat squidmime  %ts.%03tu %6tr %>a %Ss/%03Hs %<st %rm %ru %un %Sh/%<A %mt [%>h] [%<h]
+       The default formats available (which do not need re-defining) are:
+
+logformat squid %ts.%03tu %6tr %>a %Ss/%03Hs %<st %rm %ru %un %Sh/%<A %mt
+logformat squidmime %ts.%03tu %6tr %>a %Ss/%03Hs %<st %rm %ru %un %Sh/%<A %mt [%>h] [%<h]
 logformat common %>a %ui %un [%tl] "%rm %ru HTTP/%rv" %Hs %<st %Ss:%Sh
 logformat combined %>a %ui %un [%tl] "%rm %ru HTTP/%rv" %Hs %<st "%{Referer}>h" "%{User-Agent}>h" %Ss:%Sh
 DOC_END