Removing Trace Filter Values

To remove a trace filter value, set the value to an empty string (“”).

  1. To remove the current trace filter setting for the LTITRACELTL flag and operation type (OP) filter code, enter:
    trace_filter LTITRACELTL, OP, “”
    go
  2. To remove the current trace filter setting for all LTITRACELTL filter codes, enter:
    trace_filter LTITRACELTL, all, “”
    go
  3. To remove the current trace filter setting for all OP filter codes, enter:
    trace_filter all, OP, “”
    go
  4. To remove all trace filter settings enter:
    trace_filter all, all, “”
    go