How to supress the INFO level message of the "com.tibco.spin.soap" logger when testing a SOAP project like the "sap_headers" example boundled with BW 5.11.

How to supress the INFO level message of the "com.tibco.spin.soap" logger when testing a SOAP project like the "sap_headers" example boundled with BW 5.11.

book

Article ID: KB0092947

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
Getting a lot of INFO level trace logs in Designer or BW log which has no use. 

Internal Update inputMessage
Fixing slot: inputMessage
    SLOT: Title(array=false any=false complex=false)
    SLOT: mimeEnvelopeElement(array=false any=false complex=true)
Looking for complex type    mimeEnvelopeElement in inputMessage
    SLOT: headers(array=false any=false complex=true)
Looking for complex type    headers in inputMessage
Internal Update headers
Fixing slot: headers
    SLOT: Header.user(array=false any=false complex=true)
Looking for complex type    Header.user in headers
Internal Update Header.user
Fixing slot: Header.user
    SLOT: @mustUnderstand(array=false any=false complex=false)
    SLOT: user(array=false any=false complex=false)
    SLOT: undescribedHeaders(array=false any=false complex=true)
Looking for complex type    undescribedHeaders in inputMessage

Resolution

Find the last lines in  log4j.xml (not the log4j.properties) in the folder "tibco_home\bw\5.x\lib\"(or "tibco_home\bw\5.x\hotfix\lib\" if any BW hotfix applied).

<root>
      <level value ="info" />
    <appender-ref ref="tibco_bw_console" />
  </root> 

Change "info" to "warn".

Issue/Introduction

How to supress the INFO level message of the "com.tibco.spin.soap" logger when testing a SOAP project like the "sap_headers" example boundled with BW 5.11.