Per Lamw, there are no supported options, but I found the following (unsupported) way to change logging levels-
Logging levels for specific processes are stored in
hostd- /etc/vmware/hostd/config.xml
vpxa- /etc/opt/vmware/vpxa/vpxa.cfg
Edit the file, and change the log level from
to the level you want.
none (Disable logging)
error (errors only)
warning (errors and warnings)
information (normal logging)
verbose (verbose)
Restart the services with
services.sh restart hostd
Save the changes with /sbin/auto-backup.sh
These steps stopped my syslog server from choking on the "verbose" logging esxi was spitting out.
now if I could only change the levels remotly, I could add them to the build script.