Configuring Logging at the Adapter Service Level
You can change the log level at the adapter service level.
If you want to set some adapter services of an adapter configuration to different log levels, you can add the following property for the adapter service that you want to set to different logging levels in the Log4j properties file:
log4j.logger.com.tibco.SAP.adapter.services.AdapterServiceClassName=loglevel
When the property is specified for an adapter service, the adapter service logs trace messages as how you have specified this property. The adapter service that you do not add and specify this property for still logs trace messages as how you have specified the log4j.rootLogger property.
The following table lists the corresponding classes for the adapter services:
Adapter Service | Package | Class |
---|---|---|
Publication Service | com.tibco.SAP.adapter.services | SAPPublisherImpl |
Subscription Service | com.tibco.SAP.adapter.services | SAPSubscriberImpl |
Request-Response Invocation Service | com.tibco.SAP.adapter.services | SAPReqRespInvocImpl |
Request-Response Service | com.tibco.SAP.adapter.services | SAPReqRespImpl |
Copyright © Cloud Software Group, Inc. All Rights Reserved.