Sample TWSCCLog.properties customization

The following sample shows the portion of a CCLog properties file that was customized to enable:
  • Messages EQQPT20I and AWSEDW075I and all AWS error messages, with the exclusion of message AWSBCW014E, to be issued in the syslog.
  • All AWS information and warning messages and all EQQPT information messages, with the exclusion of messages EQQPT64I, EQQPT65I, EQQPT66I, and EQQPT69I, to be issued in the end-to-end server mlog.
-----------------------------------------------------------------------------
 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              
------------------------------------------------------------------------------