Health Checks are filling up my Caddy logs

{
    "level": "info",
    "ts": 1711090053.7564049,
    "logger": "http.log.access.log0",
    "msg": "handled request",
    "request":
    {
        "remote_ip": "10.204.49.13",
        "remote_port": "62302",
        "client_ip": "10.204.49.13",
        "proto": "HTTP/1.1",
        "method": "GET",
        "host": "10.204.36.115:3000",
        "uri": "/up",
        "headers":
        {
            "Connection":
            [
                "close"
            ],
            "User-Agent":
            [
                "ELB-HealthChecker/2.0"
            ],
            "Accept-Encoding":
            [
                "gzip, compressed"
            ]
        }
    },
    "bytes_read": 0,
    "user_id": "",
    "duration": 0.010653966,
    "size": 58,
    "status": 200,
    "resp_headers":
    {
        "Cache-Control":
        [
            "max-age=0, private, must-revalidate"
        ],
        "X-Envoy-Upstream-Service-Time":
        [
            "9"
        ],
        "Date":
        [
            "Fri, 22 Mar 2024 06:47:33 GMT"
        ],
        "X-Download-Options":
        [
            "noopen"
        ],
        "X-Permitted-Cross-Domain-Policies":
        [
            "none"
        ],
        "Content-Type":
        [
            "text/html; charset=utf-8"
        ],
        "Content-Length":
        [
            "58"
        ],
        "X-Xss-Protection":
        [
            "1; mode=block"
        ],
        "Vary":
        [
            "Origin"
        ],
        "Etag":
        [
            "W/\"830fe1288600b623f54d204c55fe2f83\""
        ],
        "Referrer-Policy":
        [
            "strict-origin-when-cross-origin"
        ],
        "X-Content-Type-Options":
        [
            "nosniff"
        ],
        "X-Runtime":
        [
            "0.006066"
        ],
        "X-Frame-Options":
        [
            "SAMEORIGIN"
        ],
        "Server":
        [
            "Caddy",
            "envoy"
        ],
        "X-Request-Id":
        [
            "7b305d74-f8a0-4be3-8e92-bcdfd28ed6cd"
        ]
    }
}