STDERR logging with WLS10.3.1
I am using WLS10.3.1. I have couple of questions regarding STDERR logging.
1. Is there any way I can redirect STDERR logs (just like STDOUT logs) to weblogic server logs so that I can make use of logging features (log file rotation) of WebLogic?
2. Is there any way I can configure two separate log files for STDERR and STDOUT using weblogic logging?
I dont want to use server startup parameters for this.
-Dweblogic.Stdout="weblogic.out" -Dweblogic.Stderr="weblogic.err"
Thanks,
Arpit