You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by hu...@apache.org on 2012/08/09 22:31:37 UTC

svn commit: r1371441 - /trafficserver/site/trunk/content/logbuilder/index.html

Author: humbedooh
Date: Thu Aug  9 20:31:36 2012
New Revision: 1371441

URL: http://svn.apache.org/viewvc?rev=1371441&view=rev
Log:
Add xid to the list of log values - and if it's wrong then...pfeh!

Modified:
    trafficserver/site/trunk/content/logbuilder/index.html

Modified: trafficserver/site/trunk/content/logbuilder/index.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/logbuilder/index.html?rev=1371441&r1=1371440&r2=1371441&view=diff
==============================================================================
--- trafficserver/site/trunk/content/logbuilder/index.html (original)
+++ trafficserver/site/trunk/content/logbuilder/index.html Thu Aug  9 20:31:36 2012
@@ -61,6 +61,8 @@ allOptions['caun'] = new Array(false, "T
 allOptions['cqup'] = new Array(false, "The client request URL path; specifies the argument portion of the URL (everything after the host). For example, if the URL is http://www.company.com/images/x.gif, then this field displays /images/x.gif", "/foo/bar.php");
 allOptions['cqtd'] = new Array(false, "The client request timestamp. Specifies the date of the client request in the format yyyy-mm-dd, where yyyy is the 4-digit year, mm is the 2-digit month, and dd is the 2-digit day.", "2012-07-18");
 allOptions['cqu'] = new Array(false, "The universal resource identifier (URI) of the request from client to Traffic Server (subset of cqtx ). See the description of cqtx for behaviour in reverse proxy mode.", "http://www.company.com/foo.bar");
+allOptions['cqu'] = new Array(false, "The universal resource identifier (URI) of the request from client to Traffic Server (subset of cqtx ). See the description of cqtx for behaviour in reverse proxy mode.", "http://www.company.com/foo.bar");
+allOptions['xid'] = new Array(false, "Accelerator ID", 742938330);
 function addToLog(id, name, needsInput) {
     if ( id == 0 ) { id = selected_id; }
     if (name) {