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.
Please include the following information in your ticket.
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_CONTROLQor
FFST LocationWe tried to use:
-Dcom.ibm.msg.client.commonservices.log.status=OFFas well as-Dcom.ibm.msg.client.commonservices.log.maxBytes=0but non of them prevented the library from writing these logs.