Open aimtiaz11 opened 4 years ago
Hi @aimtiaz11 , Were you able to find a solution for this issue? We are facing the same in MuleSoft and it would be really helpful if you can share the solution implemented?
Regards, Hariprasath Udayakumar.
@HariprasathUdayakumar , Only way is by adding filters to log4j to exclude those log entries.
<Filters>
<RegexFilter regex=".*Flushing and sending out.*" onMatch="DENY" onMismatch="NEUTRAL"/>
<RegexFilter regex="Sending out data" onMatch="DENY" onMismatch="NEUTRAL"/>
<RegexFilter regex="Successfully sent log request to Sumo Logic" onMatch="DENY" onMismatch="NEUTRAL"/>
</Filters>
Hi, I am seeing a large number of DEBUG messages of similar type to below which are filling up in Sumo Logic pretty much accompanying all logs getting pushed.
Is there a way to turn this log messages off from a setting/config in log4j2.xml?
Thanks.