apache stop logging internal dummy connection

Job ID: 31444327

Budget: $10 – $30 USD

Apache2/Debian server

Below is line from the server log files:

ip6-localhost - - [09/Sep/2021:12:24:02 -0600] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.38 (Debian) OpenSSL/1.1.1d (internal dummy connection)"

I need to get apache to stop logging these connections from ip6-localhost

This is what I have now in apache2.conf:
SetEnvIf Remote_addr "127.0.0.1" dontlog
SetEnvIf Remote_addr "ip6-localhost" dontlog

Once applied, the 127.0.0.1 did stop logging, but not ip6-localhost
Related categories: System Admin Linux Apache Ubuntu Debian