Rob Nash

Results 14 comments of Rob Nash

> @nashysolutions The better approach is for your application to fix the issue where it shuts down ELGs. This issue only propose to change the wording of the error message....

> No, you should do the opposite and _stop_ tearing down the application. I discovered the issue was due to `continueAfterFailure` being set to false on XCTestCase. See aforementioned bug...

I noticed some advice regarding privacy [here](https://github.com/apple/swift-log/issues/208#issuecomment-925087529). Would be great to have a section in the docs about this.

We've encountered a similar issue with blocking on the main thread, leading to increased startup times in our application as well. Our measurements indicate substantial delays that seem out of...