WinVNC 4.1.1 logging
Scott C. Best
sbest "at" best.com
Fri May 27 17:32:00 2005
William:
Hello! Thanks for the help; you got me headed in
the right direction.
To get stdout console logging to work, I did:
1. Remove the "-noconsole" from the VNC server shortcut
2. Set [HKEY_CURRENT_USER\Software\RealVNC\WinVNC4]
Log=*:stdout:100
(setting it to "*:stdout:*" didn't work for me;
am running Win2k-SP4 here.)
To get file logging to work, I did:
1. Create c:\temp
2. Set [HKEY_CURRENT_USER\Software\RealVNC\WinVNC4]
Log=*:file:100
(the "*:file:*" form didn't work either)
Setting the "100" above to "10" shows just the
connection-related into. The "100" value shows more
details, of course.
Thanks again for your help.
cheers,
Scott
> Scott C. Best wrote:
>> ...but none of these work -- no stdout window is
>> created (in user-mode),
>
> You have removed the "-noconsole" from the VNC server shortcut, right?
>
>> and no file is created either.
>
> Do you have a \temp directory for the file to be created in?
>
> I just tried:
> [HKEY_CURRENT_USER\Software\RealVNC\WinVNC4]
> "Log"="*:file:*"
>
> and
>
> [HKEY_CURRENT_USER\Software\RealVNC\WinVNC4]
> "Log"="*:stdout:*"
>
> And both worked for user mode.