We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d53878 commit 6721645Copy full SHA for 6721645
dd-smoke-tests/junit-console/src/test/groovy/datadog/smoketest/JUnitConsoleSmokeTest.groovy
@@ -192,6 +192,7 @@ class JUnitConsoleSmokeTest extends CiVisibilitySmokeTest {
192
193
List<String> command = new ArrayList<>()
194
command.add(javaPath())
195
+ command.add("-Ddatadog.slf4j.simpleLogger.defaultLogLevel=DEBUG")
196
command.addAll((String[]) ["-jar", JUNIT_CONSOLE_JAR_PATH])
197
command.addAll(consoleCommand)
198
command.addAll([
0 commit comments