Added TRACE-level logging by default to gretty executions

Bulletin_Board_Server_phase_1
Tal Moran 2015-11-17 00:27:34 +02:00
parent 782dfc8fa3
commit eaf7822731
1 changed files with 1 additions and 1 deletions

View File

@ -73,8 +73,8 @@ task integrationTest(type: Test) {
gretty {
httpPort = 8081
contextPath = '/'
servletContainer = 'jetty9'
integrationTestTask = 'integrationTest'
loggingLevel = 'TRACE'
}