How to suppress console logs of successful unit tests in Xcode?

Any crash log gets lost among success log streams such as

Test Case '-[TestClass testMethod]' started.
Test Case '-[TestClass testMethod]' passed (0.029 seconds).`

      

How do I disable these success logs?

+3


source to share





All Articles