Sample TWSCCLog.properties customization
The following sample shows the portion of a CCLog properties file
that was customized to enable:
- Messages
EQQPT20IandAWSEDW075Iand allAWSerror messages, with the exclusion of messageAWSBCW014E, to be issued in thesyslog. - All
AWSinformation and warning messages and allEQQPTinformation messages, with the exclusion of messagesEQQPT64I,EQQPT65I,EQQPT66I, andEQQPT69I, to be issued in the end-to-end servermlog.
-----------------------------------------------------------------------------
TWS filters properties (SYSLOG)
-----------------------------------------------------------------------------
For the E2E environment CUSTOMIZABLE fields:
console.msgIdFilter.msgIds: send messages specified to the SYSLOG
tws.console.msgIdFilter.msgIds: avoid sending specified messages to
the SYSLOG
-----------------------------------------------------------------------------
console.msgIdFilter.className=ccg_msgidfilter
console.msgIdFilter.msgIds.mode=PASSTHRU
console.msgIdFilter.msgIds=AWS*E AWS*E*E EQQPT20I AWSEDW075I
console.msgIdFilter.listenerNames=tws.console.msgIdFilter
tws.console.msgIdFilter.className=ccg_msgidfilter
tws.console.msgIdFilter.mode=BLOCK
tws.console.msgIdFilter.msgIds=AWSBCW014E
tws.console.msgIdFilter.listenerNames=consoleHandler
---------------------------------------------------------------------–-------
TWS filters properties (Server MLOG)
---------------------------------------------------------------------–-------
For the E2E environment CUSTOMIZABLE fields:
ServerMlog.msgIdFilter.msgIds: send messages specified to the SERVER MLOG
tws.ServerMlog.msgIdFilter.msgIds :avoid sending specified messages to the
SERVER MLOG
----------------------------------------------------------------------------
ServerMlog.msgIdFilter.className=ccg_msgidfilter
ServerMlog.msgIdFilter.mode=PASSTHRU
ServerMlog.msgIdFilter.msgIds=AWS*W*W AWS*W AWS*I*I AWS*I EQQPT*I
ServerMlog.msgIdFilter.listenerNames=tws.ServerMlog.msgIdFilter
tws.ServerMlog.msgIdFilter.className=ccg_msgidfilter
tws.ServerMlog.msgIdFilter.mode=BLOCK
tws.ServerMlog.msgIdFilter.msgIds=EQQPT64I EQQPT65I EQQPT66I EQQPT69I
tws.ServerMlog.msgIdFilter.listenerNames=twsHnd.ServerMlog
------------------------------------------------------------------------------