mftrace.level=trace-threshold-level
NONE | No events are to be traced. |
DEBUG | All events are traced. This produces the most verbose output. |
INFO | All INFO, WARN, ERROR, and FATAL events are traced. |
WARN | All WARN, ERROR, and FATAL events are traced |
ERROR | All ERROR and FATAL events are traced |
FATAL | Only FATAL events are traced |
mftrace.level=NONE
To set the INFO tracing threshold level:
... mftrace.level=info ...
Comments:
You can specify multiple mftrace.level entries in the configuration file, but an entry specifying a level overrides any level previously specified.
You can override this default tracing level by using mftrace.level.component entries.