Log Service Property Reference

Name Type Description
com.tibco.amx.commonlogging.logservice.app
cl_logservice_teneo Teneo The name of the Teneo resource instance to which log entries are stored.
cl_logservice_jmsDestination JMS Queue The name of the JMS Destination resource instance that represents the JMS queue to which the log events are sent.
cl_logservice_

jmsConnectionFactory

JMS Connection The name of the JMS Connection Factory resource instance that represents the Enterprise Message Service server that receives log events.
defaultConnector string The name of the HTTP Connector used by the Log Viewer. It must be set to the same value as the HttpInboundConnectionConfig property.
cl_logservice_timeinterval (h) int The frequency with which expired log entries are purged from the database.
  • 0 - log entries are never purged.
  • 1 - expired log entries are purged every hour.

Default: 0.

cl_logservice_largeMessages

ToPayload

boolean Indicate whether to save messages larger than 2K to the payload service.
  • false - messages larger than 2K are truncated to 2K. The truncated messages are saved to the log service database. The original message is discarded.
  • true -messages larger than 2K are saved into the payload database. Messages of size larger than 2K are truncated to 2K. The truncated message is then saved to the log service database. The original message can be accessed from the payload service database.

Default: false.

logserviceinstancemanager.soapbinding
HttpInboundConnectionConfig HTTP Connector The name of the HTTP Connector resource instance used by the log service.
payloadservice.soapbinding
HttpOutboundConnectionConfig HTTP Client The name of the HTTP Client resource instance used by the log service.