trace-threshold-level | one of the following case-insensitive values: | |
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 |
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.