Added TRACE-level logging by default to gretty executions
parent
782dfc8fa3
commit
eaf7822731
|
@ -73,8 +73,8 @@ task integrationTest(type: Test) {
|
||||||
gretty {
|
gretty {
|
||||||
httpPort = 8081
|
httpPort = 8081
|
||||||
contextPath = '/'
|
contextPath = '/'
|
||||||
servletContainer = 'jetty9'
|
|
||||||
integrationTestTask = 'integrationTest'
|
integrationTestTask = 'integrationTest'
|
||||||
|
loggingLevel = 'TRACE'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue