micro-integrator icon indicating copy to clipboard operation
micro-integrator copied to clipboard

Improve HTTP Access logs to use log4j2 to improve performance

Open arunans23 opened this issue 3 months ago • 0 comments

Currently, HTTP Access logs use a custom implementation to write the logs to the file. This has a request and response queue to hold the logs and write them to the file in a timely manner. In a high-traffic scenario, this becomes a bottleneck because the Heap easily fills up because of the logs added to the queue.

We need to remove this implementation and utilize log4j2 to write the access logs to the fill system which is more efficient.

arunans23 avatar Mar 21 '24 09:03 arunans23