Real time and date in VBox.log

Discussions related to using VirtualBox on Linux hosts.
Post Reply
SpoZen
Posts: 2
Joined: 6. Jul 2016, 14:25
Primary OS: Debian Wheezy
VBox Version: OSE Debian
Guest OSses: Ubuntu, Windows 10

Real time and date in VBox.log

Post by SpoZen »

Hi,

I'm trying to get the log file located in "~\VirtualBox\ VMs/VMName/Logs/ to log real time and not time since start of VM.
I've been reading the manual but still cannot figure out how to do this.

After reading 8.35. VBoxManage debugvm in the manual...

I came up with this:

Code: Select all

VBoxManage debugvm VMName logflags --release time
Unfortunately the log file still reads:

Code: Select all

00:00:00.172358
instead of something like

Code: Select all

Jul  6 06:25:07
Post Reply