IBM z/OS Connect trace components
The individual z/OS Connect trace components are specified in the following table.
For details of how to enable trace and the sets of trace components that are required for different types of problems, see How to collect trace for z/OS Connect.
Trace component specifications
Specify zosConnectCore=all (or zosConnect=all if using zosConnect-2.0) to trace the core functions that are involved in the flow of a request or response through z/OS Connect.
You can then add other specifications, such as zosConnectCics=all, zosConnectIms=all, or zosConnectApiRequester=all to diagnose a specific problem.
The following trace component specifications are available in zosConnect-2.0 and zosConnect-3.0:
| Trace component | zosConnect-2.0 | zosConnect-3.0 |
|---|---|---|
| z/OS Connect | zosConnect=all | zosConnectCore=all |
| CICS service provider / CICS z/OS Asset | zosConnectServiceCics=all | zosConnectCics=all |
| REST client service provider (Db2) z/OS Asset | zosConnectServiceRestClient=all | zosConnectDb2=all |
| IMS TM service provider / IMS z/OS Asset |
|
zosConnectIms=all |
| IMS Db service provider |
|
Not applicable |
| IBM MQ service provider | zosConnectServiceMq=all | Not applicable |
| WOLA service provider | zosConnectLocalAdapters=all: zosLocalAdapters=all |
Not applicable |
| MCP | Not applicable | zosConnectMcp=all |
| Policy | zosConnectPolicy=all | zosConnectPolicy=all |
| Mapping (See note 1) | Not applicable | zosConnectMapping=all |
| Data transformation for API provider | com.ibm.zosconnect.wv*=FINEST | zosConnectWv=all |
| API requester | zosConnectApiRequester=all | zosConnectApiRequester=all |
| API requester IMS TM resource adapter | Not applicable | com.ibm.zosconnect.apirequester.tmra.*=all:com.ibm.j2ca.RAIMSTM=finest |
| Endpoint connection | zosConnectEndpointConnection=all | zosConnectEndpointConnection=all |
| API requester access tokens | zosConnectApiRequesterToken=all | zosConnectApiRequesterToken=all |
| Data transformation for API requester | com.ibm.cics.wlp.json.*=all: com.ibm.cics.wlp.transform.*=all |
com.ibm.cics.wlp.json.*=all: com.ibm.cics.wlp.transform.*=all |
| SAF services and SAF SURROGAT profile checks | zosConnectSaf=all | Not applicable |
| Audit interceptor | zosConnectAuditSMF=all | zosConnectAuditSMF=all |
| File system logger interceptor | zosConnectInterceptorLoggerFS=all | Not applicable |
| CORS processing (See note 2) | *=info:CorsService=all:GenericBNF=all | *=info:CorsService=all:GenericBNF=all |
| Server configuration file processing | com.ibm.ws.config.*=all | com.ibm.ws.config.*=all |
| Automatic deployment file monitor | zosConnectFileMonitor=all | Not applicable |
- zosConnectMapping - used specifically for the processing of request.yaml, response_nnn.yaml, and response_mapping.yaml file at server runtime. That is, when a request is flowing and the server is using these files to create JSON.
- *=info:CorsService=all:GenericBNF=all - For more
information, see
Modify commands on z/OS in the WebSphere Application Server for z/OS Liberty documentation.
For more information on how-to
capture trace with z/OS Connect, see How to collect trace for z/OS Connect