The following table describes the types of log.
Types of log | Directives to be specified | Functionality |
---|
Access log | TransferLog | - Collect the log in default format.
- You can use the rotatelogs or rotatelogs2 program to divide the log periodically and quantitatively.
- You can change the log file format with the LogFormat directive.
|
CustomLog | - Collect the log in customized format.
- You can use the rotatelogs or rotatelogs2 program to divide the log periodically and quantitatively.
- You can specify the format defined with the LogFormat directive in the CustomLog directive.
|
Error log | ErrorLog | - Collect the log of error message when an error occurs.
- You can use the rotatelogs or rotatelogs2 program to divide the log periodically and quantitatively.
- You can specify the log level to be collected with the LogLevel directive.
- When the HWSRequestLog directive is not specified, module trace information can be collected.
For details on the module trace, see 4.2.6 Collecting the module trace.
|
ScriptLog | - Collect the CGI script error log.
|
Request log | HWSRequestLog | - Collects the request log. The following trace information can be collected as the request log:
Module trace information Module trace information is collected when module functions and CGI programs are executed. For details on module trace information, see 4.2.6 Collecting the module trace. Request trace information Request trace information is collected when the request process starts and is completed. For details on request trace information, see 4.2.7 Collecting request trace information. I/O filter trace information I/O filter trace information is collected when the input and output filter function implemented in the module is executed. For details on I/O filter trace information, see 4.2.8 Collecting I/O filter trace information.
- You can use the rotatelogs or rotatelogs2 program to divide the log periodically and quantitatively.
|
Process ID log | PidFile | - Collect the control process ID log.
|
Event log | None | - Record the error that occurs when you start the server from a service (Windows Version).
|
Internal trace | HWSTraceLogFile | - Output the trace information of shared memory.
|
Shared memory ID log | HWSTraceIdFile | - Store the shared memory ID.
|
Core file# | CoreDumpDirectory | - Specify a directory where the core dump will be output when a failure occurs in Cosminexus HTTP Server (UNIX Version).
|
SSLCacheServerRunDir | - Specify a directory where the core dump is output when a failure occurs in the gcache server (used in SSL) (UNIX Version).
|