I currently have netty’s access-log running in the following way.
System.setProperty(“reactor.netty.http.server.accessLogEnabled”, “true”)
However, the current Spring Actuator’s health log is loaded too frequently in the log storage file, so I would like to exclude URL calls to /health from the log record. Is there a way?