kube-proxy log proxy-mode in its log file. To view kube-proxy's log file run 2 below commands:
kubectl -n kube-system get pod -o |grep kube-proxy
Copy pod id from the result.
kubectl logs -f <pod id from command 1> -n kube-system