Activate tracing using WLST for OSB

I can manually enable tracing for the proxy service in the Oracle Service Bus Console. I would like to do the same action using WLST. I have been able to write scripts that activate or deactivate the service, but no trace functionality so far?

Any ideas on how to accomplish this task?

+3


source to share


1 answer


You cannot do this with the standard OSB setting. I will get around this by modifying sbconfig.jar before loading.



https://github.com/tomecode/OSB-Config-WLST-Configurator

+1


source







All Articles