IM Relationship Resolution Information Center, Version 4.2

Pipeline logging configurations

IBM Relationship Resolution provides a default logging configuration that logs pipeline events and errors. This default logging configuration is automatically used, unless a custom pipeline logging configuration is specified in the pipeline configuration file.

There are two primary ways that pipelines are started: debug mode (-d pipeline option) or service/daemon mode (-s pipeline option).
  • Debug mode is useful when for testing and troubleshooting the system. It is not usually used in production environments. Logging for the debug mode includes more tracing and pipeline operation information.
  • Service/daemon mode is the typical production environment mode. Logging for the service/daemon mode is usually limited to errors and problems that require action.
All pipeline logging configurations (both default and custom) must specify how to log pipeline events in debug mode and in service/daemon mode. If the default logging configuration does not meet your needs, you can create a custom logging configuration by adding a logging section in the pipeline configuration file and using the pipeline configuration components to specify how the system logs pipeline events and errors for both the debug pipeline mode and the service/daemon pipeline mode.

Default debug mode logging configuration

console://stdout $NODE_NAME.*;*.CRIT;*.ERR;*.NOTE cmeadmin:/// *.CRIT;*.ERR file://./$NODE_NAME.err *.CRIT file://./$NODE_NAME.SqlDebug.log?rotateSize=49152 sql.DBUG;sql.PERF file://./$NODE_NAME.SqlErr.log?rotateSize=1024 sql.ERR;sql.CRIT file://./$NODE_NAME.MQErr.log mq.!DBUG file://./$NODE_NAME.bad?style=bare bad_xml.* file://./$NODE_NAME.msg?style=bare msg.* 

Default Microsoft Windows service mode logging configuration

eventlog://./ *.NOTE;*.CRIT;*.ERR cmeadmin:/// *.CRIT;*.ERR file://./$NODE_NAME.err *.CRIT file://./$NODE_NAME.SqlDebug.log?rotateSize=49152 sql.DBUG;sql.PERF file://./$NODE_NAME.SqlErr.log?rotateSize=1024 sql.ERR;sql.CRIT file://./$NODE_NAME.MQErr.log mq.!DBUG file://./$NODE_NAME.bad?style=bare bad_xml.* file://./$NODE_NAME.msg?style=bare msg.*

Default UNIX daemon mode logging configuration

file://./$NODE_NAME.log *.CRIT;*.ERR;*.NOTE;*.INFO;logger.!DBUG cmeadmin:/// *.CRIT;*.ERR file://./$NODE_NAME.err *.CRIT file://./$NODE_NAME.SqlDebug.log?rotateSize=49152 sql.DBUG;sql.PERF file://./$NODE_NAME.SqlErr.log?rotateSize=1024 sql.ERR;sql.CRIT file://./$NODE_NAME.MQErr.log mq.!DBUG file://./$NODE_NAME.bad?style=bare bad_xml.* file://./$NODE_NAME.msg?style=bare msg.*


Feedback

Last updated: 2009