software-challenge / backend

Server, Client und Spiel-Plugins der Software-Challenge Germany
https://www.software-challenge.de
11 stars 10 forks source link

Disable debug logging when testing #338

Closed anarchuser closed 3 years ago

anarchuser commented 3 years ago

The debug output can be quite verbose (see GameTest for reference) and thus reduces execution speed. It should be documentated how to enable it for certain instances / specific runs in case of errors, though

xeruf commented 3 years ago

By default gradle does not output any test logging :thinking:

anarchuser commented 3 years ago

the gradlew script doesn't, yes