I have the SNARE Windows agent running in my environment and I need to be able to support a larger syslog message size than 1024. It appears I just need to change the buffer size in the "src/remoted/syslog.c" from OS_SIZE_1024 to OS_SIZE_8192. I have made the change, compiled and updated my installation and it appears to be working.
Is this correct and are there any gotchas that I need to be worried about? Thanks, rb
