Specifications
7-33
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Chapter 7 Monitoring the Internet Streamer CDS
Transaction Logs
Transaction Logging and NTLM Authentication
If your device is configured for NT LAN Manager (NTLM) authentication and uses the Apache-style or
Extended Squid-style format, you can record the Windows domain name and username in the
“authenticated username” field of the transaction log. If the domain name is available, both the domain
name and the username are recorded in the “authenticated username” field, in the form
domain\username. If only the username is available, only the username is recorded in the “authenticated
username” field. If neither a domain name nor a username is available, a “-” (hyphen) is recorded in the
field.
Usage Guidelines for Log Files
This section provides some guidelines for working with log files, and includes the following topics:
• Working Logs
• Archive Working Log
• Exporting Log Files
• Windows Media Transaction Logging
Working Logs
Transaction logs are located in the /local/loca1/logs directory. Each component has one or more
directories, depending on its configuration.
There is a working log file in each directory, which is a symbol link, linking to the current working log
file.
The log files are logged to a working log on the local disk as follows:
• WMT logs are logged to a working log on the local disk in /local1/logs/export/working.log
• Movie Streamer logs are logged to a working log on the local disk in
/local1/logs/movie-streamer/working.log
%q Query string (which is preceded by a question mark (?) if a query string exists;
otherwise, it is an empty string).
%r First line of the request.
%>s Status. The translog code always returns the HTTP response code for the request.
%t Time in common log time format (or standard English format).
%T Time consumed to serve the request in seconds (a floating point number with 3
decimal places).
%U URL path requested, not including query strings.
%V Value of the host request header field reported if the host appeared in the request. If
the host did not appear in the host request header, the IP address of the server specified
in the URL is reported.
%X Connection status when the response is completed.
Table 7-26 Custom Format Log Format String Values (continued)
Format Token Value