When setting up a new syslog system you may see many debug logs coming from VMWare WCP. Changing the logging level from Configure > System > Advanced System Settings does not affect the logs sent.
WCP logging level is set differently from other logs and must be changed directly from /etc/vmware/wcp/wcpsvc.yaml file
You can set the logging level of WCP from the command line with the following steps:
service-control --stop wcp
cp /etc/vmware/wcp/wcpsvc.yaml /etc/vmware/wcp/wcpsvc.yaml.backup
/etc/vmware/wcp/wcpsvc.yaml using vi (Note: If you are not familiar with vi, information has been provided in the "additional Information" section)level: debuglevel: info
service-control --start wcp