Search code examples
loggingwebsphere

Disabling the Trace/Track methods in ibm websphere


How i can disable Trace/Track methods in IBM WebSphere?


Solution

  • It should be enough to just set trace level to *=info.

    This is done by going to Logging and Tracing > server_name > Diagnostic Trace Service > Change Log Detail Levels > Select the "Configuration" Tab and set log level detail to *=info and apply.

    If you need instant change of log level detail you should set the same value in the respective "Runtime" Tab field.