Specifies the default tracing level to use for all components.
Syntax:
mftrace.level=trace-threshold-level
Parameter:
-
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 |
Default:
mftrace.level=NONE
Examples:
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.