mq-jms-spring icon indicating copy to clipboard operation
mq-jms-spring copied to clipboard

FFST is printed in logs and spams kibana

Open ckruczek opened this issue 8 months ago • 5 comments

Please include the following information in your ticket.

  • ibmmq-jms-spring version(s) that are affected by this issue.
  • 3.2.3
  • Java version (including vendor and platform).
  • java version: 17, platform: mac os

In our current spring boot(3.2.4) project we encounter issues with logging from the library. Namely there are logs written to the stderr that we can't control and spam our kibana. Whenever we cannot connect to the ibm mq the library responds with an FFST log that is written to our kibana. We see ton's of log entries with the following format: XMSC_WMQ_BROKER_CONTROLQ or FFST Location We tried to use: -Dcom.ibm.msg.client.commonservices.log.status=OFF as well as -Dcom.ibm.msg.client.commonservices.log.maxBytes=0 but non of them prevented the library from writing these logs.

ckruczek avatar Jun 19 '24 13:06 ckruczek