Set Mtf Logging Level

Sets MTF logging level for the current test case.

Arguments Description

level (str): Defines the minimum log level to be used in the MTF logging

The possible values are: [“TRACE”, “DEBUG”, “INFO”, “WARN”, “ERR”, “CRITICAL”, “OFF”]

Returns

Example

Set Mtf Logging Level DEBUG

Note

This keyword should be called before starting the testcase using “Common Setup Testcase” or “Start Test Case”. It is optional because by default MTF logging level is set to “TRACE”. This feature is not available yet.