[or-cvs] [metrics-utils/master] Be more precise about the expected log format.

karsten at torproject.org karsten at torproject.org
Fri Sep 24 20:36:41 UTC 2010


Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Fri, 24 Sep 2010 22:36:23 +0200
Subject: Be more precise about the expected log format.
Commit: a465cad5ce80e8a0e15ee136b347e93e36326f32

---
 visitor/HOWTO |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/visitor/HOWTO b/visitor/HOWTO
index 2e1267b..6d89797 100644
--- a/visitor/HOWTO
+++ b/visitor/HOWTO
@@ -53,6 +53,11 @@ for Linux and Mac OS X; commands for Windows may vary):
 - Put your .gz-compressed or decompressed web server log in your working
   directory, too, e.g. /home/you/visitor/access_log.gz .
 
+  (The log file is expected to use Apache's combined log format:
+  "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""; so if
+  you changed the log format, be sure to transform your log to said format
+  before passing it to VisiTor!)
+
 - Compile the (single) Java class using this command:
 
   $ javac VisiTor.java
-- 
1.7.1



More information about the tor-commits mailing list