Reducing log level for the LogViewer

In KS 7.0, you can hide test steps logs.

1 Like

how come I don’t see the enable/disable option for the Log executed test steps in my 7.0.2 ?

@JOE_F I guess it is issue with the MAC release. Windows seems to fine.

it’s not working in KS 7.0.2 on my Mac

Hello @JOE_F

This feature belongs to Katalon Studio Enterprise version. You can only see it if your Katalon account is registered with a business email.

Jass

Thanks, @kazurayam the keyword you provide [ com.kazurayam.ksbackyard.CustomLoggerFactory ]) working fine for me to show in the console but I want to show in the same way to report section as well. can you please help me out in this because of an extra line of code is printing in the report.

For those who are not aware of com.kazurayam.ksbackyard.CustomLoggerFactory, please refer to

Do you want to customize the report generated by the Basic Report plugin?

No, I can not do anything for it. As far as I know, the Basic Report is not customizable at all.

What we can use for ERROR , FATAL , WARN?
logging.level.testcase=ERROR
Is it the above one will work or not.

Please do not ask me.

Google will tell you many articles to read about “What is Log Level”. For example

Like we are using :- Include->Config->log.properties
1.logging.level.com.kms=TRACE
2. logging.level.testcase=INFO
3. logging.level.com.mycompany=DEBUG

What we can use for only ERROR or WARN log-level.

I do not understand your question.

You cannot set the logger to filter messages only for a given level, but for that level and all above.
This is how it works, get used to it!
see here for reference:
https://www.tutorialspoint.com/log4j/log4j_logging_levels.htm