Trace specification strings by component
Each component in B2B Advanced Communications has a trace specification string. You can use trace specification strings to limit which component logs are displayed in the system log file.
You can use the following trace specification strings to enable logging on a particular component in two ways:
To enable logging for a particular component in the command line interface B2B Advanced Communications, use the member set_logging command with the member type and the trace specification string of that component. For example, to enable logging for the UI component, enter the following command:
execute member set_logging informational com.ibm.b2b.meg.ui.core*=all=enabled:com.ibm.b2.meg.ui.visibility*=all=enabledYou can use logging for multiple components by separating each trace specification string with a colon. For more information about logging commands, see Logging commands and Member logging.
To enable logging for particular component in the B2B Advanced Communications user interface, use . For more information about enabling logging with trace specifications in the user interface, see Enabling the logging trace specification for a component.
| Component | Member Type | Trace Specification |
|---|---|---|
| AS2 |
Operational |
com.ibm.b2b.comms.asc*=all=enabled:com.ibm.b2b.comms.common.*=all=enabled |
| AS4 |
Operational |
com.ibm.b2b.comms.as4*=all=enabled:com.ibm.b2b.comms.common.*=all=enabled |
| CMS (Cryptographic Message Syntax for S/MIME) |
Operational |
com.ibm.b2b.comms.cmscore.*=all=enabled |
| Process Logger |
Operational |
com.ibm.b2b.comms.processlogger.*=all=enabled |
| SFS (Store and Forward Service) |
Operational |
com.ibm.b2b.comms.sfs.*=all=enabled |
| Scheduler |
Informational, Operational |
com.ibm.b2b.comms.scheduler.*=all=enabled:com.ibm.b2b.base.scheduler.*=all=enabled |
| Profile Pattern Service |
Operational |
com.ibm.b2b.comms.protocolprofile.*=all=enabled: com.ibm.b2b.meg.comms.ws.protocolprofile*=all=enabled: com.ibm.b2b.comms.as.protocolprofile.*=all=enabled |
| User Exits |
Operational |
com.ibm.b2b.comms.userexit*=all=enabled |
| Comms Purge |
WXSContainer |
com.ibm.b2b.comms.wxs.purge.*=all=enabled |
| ED MIME |
Operational |
com.ibm.b2b.comms.mime.*=all=enabled |
| HTTP Sender |
Informational, Operational |
com.ibm.b2b.comms.http.sender.*=all=enabled |
| HTTP Server |
Operational |
com.ibm.b2b.comms.pscfwservices.*=all=enabled:com.ibm.b2b.comms.generichttp.*=all=enabled: com.ibm.b2b.comms.httpadapter.*=all=enabled |
| Channel Framework Service and Chains |
Operational |
ChannelFramework=all=enabled:ChannelFrameworkService=all=enabled:WsByteBuffer=all=enabled |
| Channel Framework TCP Channel |
Operational |
TCPChannel=all=enabled |
| Channel Framework HTTP Channel |
Operational |
HTTPChannel=all=enabled |
| Channel Framework SSL Channel |
Operational |
SSLChannel=all=enabled:StreamHandler=all=enabled:com.ibm.b2b.comms.sslconfiguration*=all=enabled To view detailed logging for SSL issues, a property file is required in addition to the trace specification string. Add the javax.net.debug=ssl property to the bootstrap.properties file. You can find the properties file in the Install_Dir/Members/Operational/usr/servers/operational directory. Important: Ensure that you always restart B2B Advanced Communications after you edit a bootstrap file.
|
| Channel Framework PS Channel |
Operational |
com.ibm.b2b.ws.channel.ps.*=all=enabled:com.ibm.b2b.comms.pscfwservices.cfw.channel.pschannel*=all=enabled |
| Channel Framework HTTP Core Parser |
Operational |
GenericBNF=all=enabled |
| Channel Framework HTTP Tunnel Channel |
Operational |
com.ibm.wkplc.*=all=enabled |
| Channel Framework UDP Channel |
Operational |
UDPChannel=all=enabled |
| Identity |
Informational, Operational |
com.ibm.b2b.identity.*=all=enabled |
| Storage |
Informational, Operational |
com.ibm.b2b.storage.*=all=enabled |
| UI |
Informational |
com.ibm.b2b.meg.ui.*=all=enabled |
| Message Fabric |
All |
com.ibm.b2b.messagefabric.*=all=enabled:com.ibm.b2b.msgintfmk.*=all=enabled:com.ibm.b2b.messagefabricdeployment*=all=enabled |
| Import/Export |
Informational |
com.ibm.b2b.import_export.*=all=enabled |
| Web Services |
Operational |
com.ibm.b2b.comms.ws.*=all=enabled |
| Member Controller |
All |
com.ibm.b2b.membercontroller*=all=enabled |
| System Configuration |
Informational, Operational |
com.ibm.b2b.system.configuration.*=all=enabled |
| Aggregator |
Operational |
com.ibm.b2b.aggregator*=all=enabled |
| Provisioner |
Operational |
com.ibm.b2b.config*=all=enabled:com.ibm.b2b.provisioning*=all=enabled |
| Thread pool |
Operational |
com.ibm.b2b.common.threadpool*=all=enabled |