Does setting the debug log level affect other parts of Gradle exection, eg disable caches, disable parallel execution, slow down execution in general? I enabled debug log level to get more information when publishing to GitHub Packages (maven) that often results into 409 conflicts but since I enabled debug, I don't get the error again.