Hi Glen > It is certainly very easy (as Deepal has described) to use a Handler to > execute arbitrary code during the execution of a service request, so you just > need to figure out how to enable/disable your logging for particular threads > and you should be good to go. > > Are you using a homegrown logging tool, or an open source framework?
There was no decision about the logger yet, because it depends much on the tasks to do and where we need to catch the required information. Our approach is to set on existing (open source) code to minimize errors. Since we have the special purpose to log information thrown during execution, we might go for LimpidLog, a logger that is using the JVMTI and that does not need any code modification in the services themselves. In the end we like to publish an easy to use open source toolkit that enables process logging on remote systems by just adding two or three modules. Benedikt --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org