I’m using a Spring Boot back-end to provide some restful API and need to log all of my request-response logs into ElasticSearch. Which of the following two methods has better performance? Using Spring Boot ResponseBodyAdvice to log every request and response that is sent to the client directly to ElasticSearch. Log every request and response into a log file and