Mayank Arora - 2014-12-11

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 ?