Skip to content

Commit cfae15f

Browse files
committed
Remove excessive integration logging
1 parent 23d69e4 commit cfae15f

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ task inttest(type: Test) {
155155
classpath = sourceSets.inttest.runtimeClasspath
156156

157157
testLogging {
158-
events("passed", "skipped", "failed", "standard_out", "standard_error")
158+
events("failed")
159159
exceptionFormat = 'full'
160160
}
161161

src/inttest/resources/config/application.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,3 @@ faf-api:
9191
file-url-format: "file://%s/%s"
9292
recaptcha:
9393
enabled: false
94-
95-
logging:
96-
level:
97-
org.springframework.security: DEBUG
98-
org.springframework.transaction.interceptor: trace
99-
org.springframework.orm.jpa.JpaTransactionManager: trace

0 commit comments

Comments
 (0)