Customise log levels

logging.level.com.kms=TRACE

logging.level.com.mycompany=DEBUG

Can someone please explain how to make use of these two lines in Include/config/log.properties file, to reduce log levels. And I have tried Project->Settings->Execution->log Executed Teststeps also.

I cannot see a significant difference in tree mode. In tabular definitely its making a difference.

If someone can guide me through the functionality of these both I’ll be grateful :slight_smile:

Please show us a concrete example log message which you want to remove. Show us a screenshot, and point us “I want to remove THIS!”. Without concrete subject set, it is impossibly for others to think about it.

Hi,
I’m facing the same question.

I’d like the have only the yellow part from the log error. I mean removing the : (Root cause: …) from the report.

Thanks

No. You can not do it.

All you can do would be to fix the failure. Once you fixed it, you would no longer see (Root cause: …) portion at all.

Thank you for the fast answer.