[cig-commits] r6915 - cs/stats/trunk

walter at geodynamics.org walter at geodynamics.org
Thu May 17 11:32:47 PDT 2007


Author: walter
Date: 2007-05-17 11:32:46 -0700 (Thu, 17 May 2007)
New Revision: 6915

Modified:
   cs/stats/trunk/get_names
Log:
When the 8080 problem was fixed, that ended up putting a lot of the information into the apache logs.  So this patch makes it look in the apache logs as well

Modified: cs/stats/trunk/get_names
===================================================================
--- cs/stats/trunk/get_names	2007-05-17 09:17:32 UTC (rev 6914)
+++ cs/stats/trunk/get_names	2007-05-17 18:32:46 UTC (rev 6915)
@@ -1 +1 @@
-zgrep -h $2 /var/lib/zope2.7/instance/plone/log/Z2.log* | grep $1 | grep -v bot | grep -v spider | grep -v "Yahoo! Slurp" | grep -v "^131\.215" | grep -v "^127.0.0.1" | awk '{print $1}' | sort | uniq
+zgrep -h $2 /var/lib/zope2.7/instance/plone/log/Z2.log* /var/log/apache2/access_log | grep $1 | grep -v bot | grep -v spider | grep -v "Yahoo! Slurp" | grep -v "^131\.215" | grep -v "^127.0.0.1" | awk '{print $1}' | sort | uniq



More information about the cig-commits mailing list