Jump to content

How to disable logging in Virtualbox


wisem2540

Recommended Posts

Not sure how you are starting VirtualBox, but these are the 3 commands I use (can be placed in go file to start on every reboot)

 

installpkg /boot/packages/VirtualBox-4.1.8-unRAID.tgz
vboxwebsrv -b -H 127.0.0.1 --logfile /dev/null >/dev/null
VBoxManage extpack install /boot/packages/Oracle_VM_VirtualBox_Extension_Pack-4.1.18-78361.vbox-extpack

 

The middle line directs my log file to the trash (/dev/null).

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...