Does Istio use Log4J

Does Istio use Log4J? Would appreciate if someone could validate this with some references.

Istio is mainly coded with Go (see here: GitHub - istio/istio: Connect, secure, control, and observe services.) and Envoy is made in C++ (see here: GitHub - envoyproxy/envoy: Cloud-native high-performance edge/middle/service proxy), so no, Istio doesn’t use Log4J which is a Java library, so not intended to be used outside of the JVM.