I use virtualbox a lot for experimenting whit other operating systems, now I discovered some 4 gig of logfiles. I don't need logfiles, so i deleted those. But how can i disable the logfiles.
Well.. i googled.. and found this:
Source: can't be posted, have to wait until tomorrow (new user policy).The correct way to completely disable logging is to set environment variables. You might want to set these variables in the global user variables:
VBOX_RELEASE_LOG_DEST=nofile
VBOXSVC_RELEASE_LOG_DEST=nofile
VBOX_GUI_SELECTORWINDOW_RELEASE_LOG_DEST=nofile
Now my question, were can I find those Global User Variables?
I found XML files in C:\Users\%username%\.VirtualBox\ and C:\Users\%username%\VirtualBox VMs, the last one are all the machines, so it must be in the first one (or somewhere else?)...