set log level

I am trying to create a java service where in I want to set the log level on my server, can anyone plz suggest an appropriate built in service for this

Thnks in advance,
Sudarshan Vyas

You don’t necessarily need a Java service. You should be able to get it done using a Flow service that invokes WmRoot/wm.server.admin:setSettings and passes it a string variable named watt.debug.level.

Note: the use of WmRoot services is not supported. Use at your own risk.

  • Percio

Hi,

Thanks a lot… that was just what I wanted. :slight_smile:

Regards,
Sudarshan Vyas