Skip to content

Commit 6721645

Browse files
test: enable debug logging for context on flakiness (#9981)
1 parent 8d53878 commit 6721645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dd-smoke-tests/junit-console/src/test/groovy/datadog/smoketest/JUnitConsoleSmokeTest.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ class JUnitConsoleSmokeTest extends CiVisibilitySmokeTest {
192192

193193
List<String> command = new ArrayList<>()
194194
command.add(javaPath())
195+
command.add("-Ddatadog.slf4j.simpleLogger.defaultLogLevel=DEBUG")
195196
command.addAll((String[]) ["-jar", JUNIT_CONSOLE_JAR_PATH])
196197
command.addAll(consoleCommand)
197198
command.addAll([

0 commit comments

Comments
 (0)