|
From: Daniel B. <db...@te...> - 2004-09-11 04:00:05
|
I have an application that provides all of its own logging. I even override the standard out and error print streams to also log to my log files. Therefore the fact that the service wrapper captures all my console output and logs it to its own file is somewhat redundant. Is there a way to disable this feature? =20 Thanks in advance, Dan |