Revision: 14453
Author: [email protected]
Date: Sun Mar 7 03:33:42 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/lusca-cache/source/detail?r=14453
Modified:
/wiki/LuscaWishList.wiki
=======================================
--- /wiki/LuscaWishList.wiki Sun Mar 7 03:30:38 2010
+++ /wiki/LuscaWishList.wiki Sun Mar 7 03:33:42 2010
@@ -24,38 +24,38 @@
= Suggestions =
-== Debug Levels ==
-
-The standard cache_log as defined in squid.conf or syslog if started with
-s is actually spammed by lot's of irrelevant text when debug_options ALL,1
is set. The debug_options N,1 should show only important messages which
could lead to problems or are real problems. Oherwise, this important
messages might get lost (unseen) between the less important and expensive
messages.
-
-So far I suggest to raise the debug level of the following keywords from
N,1 to N,2 or N,3
-
- * clientTryParseRequest
- * httpAccept
- * httpReadReply
- * httpAppendBody
- * helperHandleRead
-
-Who then likes to see them again only needs to raise the debug level from
-
- * debug_options ALL,1
+ == Debug Levels ==
+
+ The standard cache_log as defined in squid.conf or syslog if started
with -s is actually spammed by lot's of irrelevant text when debug_options
ALL,1 is set. The debug_options N,1 should show only important messages
which could lead to problems or are real problems. Oherwise, this important
messages might get lost (unseen) between the less important and expensive
messages.
+
+ So far I suggest to raise the debug level of the following keywords from
N,1 to N,2 or N,3
+
+ * clientTryParseRequest
+ * httpAccept
+ * httpReadReply
+ * httpAppendBody
+ * helperHandleRead
+
+ Who then likes to see them again only needs to raise the debug level from
+
+ * debug_options ALL,1
to
- * debug_options ALL,2
-
-You might find inverted situations, where certain messages should appear
as level 1 and are 2 or 3 or higher. Please post them as well.
+ * debug_options ALL,2
+
+ You might find inverted situations, where certain messages should appear
as level 1 and are 2 or 3 or higher. Please post them as well.
== Debug Message Text ==
Certain debug messages show up with wierd text, hard to understand or
eventually wrong. As example one here:
- * Actually debug(1, 1) ("Squid Cache (Version %s): Exiting
normally.\n",
-
-but squid is already shutdown when this messages appears. Irrelevant, yes,
but even so wrong, better would be:
-
- * debug(1, 1) ("WebCache (Version %s): Exited normally.\n",
-
-As you see, also the word Squid Cache is changed, into Web Cache or could
be Lusca Web Cache.
+ * Actually debug(1, 1) ("Squid Cache (Version %s): Exiting
normally.\n",
+
+ but squid is already shutdown when this messages appears. Irrelevant,
yes, but even so wrong, better would be:
+
+ * New msg debug(1, 1) ("WebCache (Version %s): Exited normally.\n",
+
+ As you see, also the word Squid Cache is changed, into Web Cache or
could be Lusca Web Cache.
--
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en.