]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: JPP <jpp1@frws.com>
authorAmos Jeffries <amosjeffries@squid-cache.org>
Thu, 19 Jun 2008 05:30:26 +0000 (23:30 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Thu, 19 Jun 2008 05:30:26 +0000 (23:30 -0600)
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 68a18ee0d2dbf1edc8936b2112670c422d31a7c9..d4340145055c6c2b6e67b0b69c52c2515bd524b4 100644 (file)
@@ -2010,8 +2010,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