I have written a test script using java main. It works well but prints out messages like: Retrieved Property Value: true Result is: Step Passed Script ended
It continues to display even when I set setNoLogging(true) on LogConfig object.
Is there a way to suppress these logs or integrate with logging framework ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have written a test script using java main. It works well but prints out messages like:
Retrieved Property Value: true
Result is: Step Passed
Script ended
It continues to display even when I set setNoLogging(true) on LogConfig object.
Is there a way to suppress these logs or integrate with logging framework ?