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 .
enable virtualbox release log
-
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
I can't find anything in the user manual about a VBOX_RELEASE_LOG environment variable. Where did you get it from?ys wrote:and tried VBOX_RELEASE_LOG environment variable as follow
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
How about the technical documentation in the Wiki?
https://www.virtualbox.org/wiki/VBoxLogging
https://www.virtualbox.org/wiki/VBoxLogging
Re: enable virtualbox release log
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
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
You build it yourself.