Sending server log to syslog on Windows
I'm trying to log server.log to syslog on Windows Server 2003 R2 boxes - I'm running a mix of PE 8.1 or 8.2. In the docs it says sending to a syslog server is supported on Solaris or Linux versions of the app server.I'm running a remote syslog-ng server (Solaris) and it's connected via a secure (zebedee) tunnel to the Windows boxes - so localhost:514 (udp) on the Windows box is forwarded. It doesn't work though!Is there a hack possible to get the Windows app server syslogging?
The other option is to use a log scraper, but most I've found aren't too happy with the app server's log format.

