Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


2.3.67 HWSRequestLog

HWSRequestLog specifies the output destination of the request log data.

Description

HWSRequestLog specifies the name of the file to which the request log data is to be output. The request log is a general term for the module trace, request trace, I/O filter trace, and proxy trace. You can use the HWSRequestLogType directive to select the types of the request log data to be output.

Important note
  • If you omit this directive, the module trace is output to the file specified by the ErrorLog directive. To specify the collection level of the module trace, use the LogLevel directive.

  • You cannot change the output destination of the request trace, I/O filter trace, and proxy trace to the file specified by the ErrorLog directive.

Syntax

HWSRequestLog {file_name|pipe}

Specifiable values

file_name

Specify the name of the file to which the request log data is to be output. For the file name, you can specify an absolute path or a relative path from the value specified by the ServerRoot directive.

pipe

Specify the program that receives the request log information from the standard input, in |program_name format.

Location where it can be written

httpsd.conf