Hi,
Since upgrded IBM BAW to v24, the SystemOut.log of the server is full of entries like
Is it possible to disable this logging? Our latest Sysout.log has 33884 lines, with only such entries. In average 3 log files generated by day containing only EventPointKey entries. Making sysout files totally unusable.thx
Does not look like something from BAW product. However, source of the data are probably DEF events emitted from BAW. So check DEF config. https://www.ibm.com/docs/en/baw/24.0.x?topic=emitter-resolving-events-not-flowing-jms-queue#check_def_configFrom DEF config you will see for which applications events are emitted (but maybe there are emitted for all apps: appName="*" ) plus you will see what is the destination JMS queue Having JMS queue you have to identify application which reads messages from that queue and do that printout to logs.
Hi Sebastian,I'm not sure if I exclude all of our applications, they will continue to work correctly. I don't want to change any system configuration, just want to eliminate EventPointKey logging.Although thanks for your anwser.