Skip to content

Commit e9c454d

Browse files
committed
minimize logging during testing
1 parent 2ca3907 commit e9c454d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ test {
133133
maxHeapSize = "512m"
134134

135135
testLogging {
136-
events "started" , "standardOut", "standardError"
136+
events "started" //, "standardOut", "standardError"
137137
minGranularity 2
138138
maxGranularity 2
139139
}

0 commit comments

Comments
 (0)