When I look at DC collector karaf.log under apach-karaf, I see DEBUG for Mediation Manager:
2024-11-07T20:39:32,812 | DEBUG | eFileProcessor-0 | PolledQueueFileProcessor | ocessor$ProcessPollFilesCallable 92 | 51 - com.ca.im.data-collection-manager.mediation-integration - 22.2.8.RELEASE-800 | | Engine[NokiaNsp] finished processing in 0:00:00.002 :/ca/pm/dc/IMDataCollector/apache-karaf-4.3.8/MediationCenter/Queue.Pol/queue-NokiaNsp/ENGINE_NokiaNsp_V19R1_7103_M2-1731036900660-processed/processed/Mediation-Output-1731036300-1731037170912-1062708585.xml
How can this debug be disabled?
Version: Any with Mediation Manager integration
Component: Data Collector
Look for the following entry in the apache-karaf/etc/org.ops4j.pax.logging file:
log4j2.logger.EMSMediation.level = TRACE
Set log4j2.logger.EMSMediation.level = INFO in the apache-karaf/etc/org.ops4j.pax.logging file.
There is no need to restart the DC after making this change.