logcfg
logcfg = category:{stdout|stderr|file|remote|rsyslog}[ [parameter=value ] [,parameter=value]...]
Description
Specifies event logging for the specified category.
Options
Specifies event logging for the specified category. For WebSEAL, the categories are:
audit.azn Authorization events. audit.authn Credentials acquisition authentication. http All HTTP logging information. http.clf HTTP request information as defined by the request-log-format configuration entry in the [logging] stanza. http.ref HTTP Referer header information. http.agent HTTP User_Agent header information
{stdout|stderr|file|remote|rsyslog} Event logging supports a number of output destination types. WebSEAL auditing typically is configured to use the file type. parameter = value Each event logging type supports a number of optional parameter = value options.
For information about output destination types and optional parameter = value settings, see the IBM Security Verify Access for Web: Administration Guide.
Usage:
This stanza entry is optional.
Default: None.
Example:
Example entry for request.log (common log format):
logcfg = http.clf:file path=request_file, flush=time,rollover=max_size, max_rollover_files=max_files,log_id=httpclf,buffer_size=8192, queue_size=48
Parent topic: [aznapi-configuration] stanza