tags:

views:

24

answers:

1

As you know, Was V7 has the function to configure log in Admin console. But, I want to modify these configurations via my code. So, does it exist some APIs to help me to implement this in Was V7?

Thanks. Joseph

+1  A: 

You use the AdminClient to look up the TraceService MBean and update the trace string via that interface.

Rick