11. Usertracking

Several actions from the user are recorded by Interchange's usertracking facility. The usertracking data is logged at two locations, depending on your setup.

The first location is the one specified by the TrackFile configuration directive, e.g. logs/usertrack in the foundation demo.

The second location are the HTTP headers. You can configure Apache to write this header into the access logs.

LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \
                        %T %v \"%{X-Track}o\"" track
CustomLog /var/log/apache/access.log track

Copyright 2002-2004 Interchange Development Group. Copyright 2001-2002 Red Hat, Inc. Freely redistributable under terms of the GNU General Public License.