Disable Gretty logging to console.
This commit is contained in:
@@ -43,7 +43,9 @@ class SpringSampleWarPlugin extends SpringSamplePlugin {
|
|||||||
project.gretty {
|
project.gretty {
|
||||||
servletContainer = 'tomcat10'
|
servletContainer = 'tomcat10'
|
||||||
contextPath = '/'
|
contextPath = '/'
|
||||||
|
consoleLogEnabled = false
|
||||||
fileLogEnabled = false
|
fileLogEnabled = false
|
||||||
|
loggingLevel = 'OFF'
|
||||||
}
|
}
|
||||||
|
|
||||||
Task prepareAppServerForIntegrationTests = project.tasks.create('prepareAppServerForIntegrationTests') {
|
Task prepareAppServerForIntegrationTests = project.tasks.create('prepareAppServerForIntegrationTests') {
|
||||||
|
|||||||
Reference in New Issue
Block a user