iIS Console Trace Window
This section discusses how to use the iIS Console Trace window to select and display messages generated by iIS engine components.
Specifying Message Filters
The syntax for specifying log message filters is shown in Figure
Figure 7-1 Specifying iPlanet UDS Message Output Filters
FORTE_LOGGER_SETUP (or
“file_name (message_type [:service_type[:group_number[:level_number]]])...”
Message Types
err | Error messages |
sec | Security messages |
aud | Audit messages |
prf | Performance information |
cfg | Configuration modification |
trc | Debugging information |
*all of the above
In general, for each log file you can specify four levels of filter, as follows:
Message type (mandatory) You can include more than one message type separated by
Service type Each message type can be divided into a maximum of ten service types, which typically map to important application services.
Group number Each service type can be divided in turn into a maximum of 63 group numbers, which typically map to a group of facilities.
Level number Each group number can be subdivided into up to 255 additional levels.
Chapter 7 Troubleshooting 213