Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • All of our integration tests put together run for about 9 minutes in total. Only a few at a time will fail so lets say depending on which ones it's at most a minute of waiting time to retreive the debugging logs you need. We can enable or disable debugging logs easily and we have a stacktrace so we can kind of judge where the error is coming from without the debug logs. To me the point to keep the debugging-leve for our testing logs was nonsensical. Commented Sep 27, 2019 at 21:44
  • I've marked this as the answer due to your indication of the tests being broken if you need debug logs for successful tests. Commented Sep 27, 2019 at 21:50