Disable Gretty logging to console.

This commit is contained in:
John Blum
2022-03-17 10:19:44 -07:00
parent 5d3ee7f18a
commit 96cdb7457e

View File

@@ -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') {