Where is the file that OpenSSH (Windows) uses for logging?

From: Z (Z_at_no.spam)
Date: 02/24/05


Date: Thu, 24 Feb 2005 09:53:58 -0800

I'm running OpenSSH on Windows.

In sshd_config set LogLevel to DEBUG3 and am now looking for the log
file ... in var\log I see 3 files: OpenSSHd.log (empty), wtmp and
lastlog. wtmp and lastlog are in a binary format (is there a tool to read)?

Apparently, OpenSSHd is stderr, not stdout. (correct?)

So, where is stdout?