Enable trace
Use the server task trace set command to enable the gathering of trace information for the specified component and level.
trace set component level [file path=file | log_agent]where:
- component
- The trace component name. This required argument indicates the component to be enabled. WebSEAL components are prefixed with pdweb.
- level
- Reporting level. This required argument must be in the range of 1 to 9. The level argument specifies the number of details that are gathered by the trace command. Level 1 indicates the least detailed output, and level 9 indicates the most detailed output.
- file
- The fully qualified name of the file to which trace data is written.
- log_agent
- Optionally specifies a destination for the trace information that is gathered for the specified component. See the event log information in the Administering topics in the IBM Knowledge Center.
Parent topic: Use the trace commands