enable virtualbox release log

This is for discussing general topics about how to use VirtualBox.
Post Reply
ys
Posts: 19
Joined: 12. Mar 2012, 19:42

enable virtualbox release log

Post by ys »

Hi ,
I want to enable the verbose log for virtualbox , and tried VBOX_RELEASE_LOG environment varibale as follow
VBOX_RELEASE_LOG=all.flow
with this setting I think I will get all the LogFlow output but I seems not take effect . Could someone give me
some advice ? thanks in advance . BTW I'm using virtualbox 4.1.8 for Windows .
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: enable virtualbox release log

Post by mpack »

ys wrote:and tried VBOX_RELEASE_LOG environment variable as follow
I can't find anything in the user manual about a VBOX_RELEASE_LOG environment variable. Where did you get it from?

If you saw it in the source and it's a source build option then it will have no effect on code already compiled and linked.
Martin
Volunteer
Posts: 2562
Joined: 30. May 2007, 18:05
Primary OS: Fedora other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: XP, Win7, Win10, Linux, OS/2

Re: enable virtualbox release log

Post by Martin »

How about the technical documentation in the Wiki?
https://www.virtualbox.org/wiki/VBoxLogging
ys
Posts: 19
Joined: 12. Mar 2012, 19:42

Re: enable virtualbox release log

Post by ys »

I've checked the log related code find LOG_ENABLED control all the Log* macros , if LOG_ENABLED
is not defined all the Log* call will expand to nothing , so , I think If I want to get these log message , I must
compile it by myself with LOG_ENABLED defined or get a debug version virtualbox binary . Is there such thing ?
Thanks
michaln
Oracle Corporation
Posts: 2973
Joined: 19. Dec 2007, 15:45
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Any and all
Contact:

Re: enable virtualbox release log

Post by michaln »

You build it yourself.
Post Reply