0

I'm trying to disable log events for the vmware-hostd process on my system. There is a file /etc/vmware/hostd/config.xml that has log level settings.

What are the correct values to disable constant logging to /var/log/vmware/hostd.log?

user9517
  • 115,471
  • 20
  • 215
  • 297
cmcginty
  • 1,303
  • 15
  • 24

2 Answers2

2

You can disable logging by editing the virtual machine's .vmx file, setting

logging="false"

That's described in this Knowledge Base article. I'm not sure how to set it globally.

Matt G
  • 389
  • 2
  • 5
0

I am guessing that you're running VMware ESX and you're trying to change the logging for the host. If so, go in through the Virtual Center GUI, select the particular ESX host, and set/reset logging for that particular host.

loryza
  • 116
  • 2