diff --git a/buildSrc/src/main/groovy/io/spring/gradle/convention/SpringSampleWarPlugin.groovy b/buildSrc/src/main/groovy/io/spring/gradle/convention/SpringSampleWarPlugin.groovy index 2f25363..b630d30 100644 --- a/buildSrc/src/main/groovy/io/spring/gradle/convention/SpringSampleWarPlugin.groovy +++ b/buildSrc/src/main/groovy/io/spring/gradle/convention/SpringSampleWarPlugin.groovy @@ -43,7 +43,9 @@ class SpringSampleWarPlugin extends SpringSamplePlugin { project.gretty { servletContainer = 'tomcat10' contextPath = '/' + consoleLogEnabled = false fileLogEnabled = false + loggingLevel = 'OFF' } Task prepareAppServerForIntegrationTests = project.tasks.create('prepareAppServerForIntegrationTests') {