ibm-messaging / mq-helm

Apache License 2.0
25 stars 33 forks source link

Explanation section of the MQ log is missing #53

Closed vkrpatnaik closed 10 months ago

vkrpatnaik commented 11 months ago

Hi Team, In MQ logging section, If we map log.format=json, We will get all the details of the logs in json but we are missing explanation section. Can you please add the code snippet to also get explanation section of the log event? Thanks Vijay

callumpjackson commented 10 months ago

The helm charts are orchestrating the deployment of the IBM MQ container documented here. The helm chart allows the setting of the logging formatting options provided by the container image, as documented here. If you want an enhancement then it would need to be provided by the container image, and potentially MQ binaries. Initially I would suggest opening an issue in the IBM MQ container GitHub, with an example of the current, and desired output. They can then advise if this should be raised as a MQ RFE (request for enhancement) or not. I’ll close this issue at this time until those discussions are complete. Feel free to reopen if they agree to make the change.