I am trying to change the detail levels of a WebSphere log using a Jython script:
.. AdminTask.setTraceSpecification('[-serverName server1 -nodeName qnode -traceSpecification com.ibm.*=all=enabled]') AdminConfig.save() ..
After running the script successfully, I check "Logging and tracing> {server_name ā Diagnostic trace service> Change log detail levels. The Runtime tab reflects the (traceSpecification) setting I entered in my script, but the" Configuration "tab remains unchanged, so my setting is not saved in the configuration, I tried to restart my server, so Iām sure of that.
According to the documentation for setTraceSpecification, this "command also saves the trace specification in the configuration." Well, not in my case :) Do you have any idea what I'm doing wrong?
Any help would be greatly appreciated
Csaba source share