Skip to content

Commit 3d85f59

Browse files
Update SolaceSparkStreamingOAuthIT.java
1 parent 748643f commit 3d85f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pubsubplus-connector-spark_3.x/src/test/java/com/solacecoe/connectors/spark/SolaceSparkStreamingOAuthIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public void beforeAll() {
4444
.appName("data_source_test")
4545
.master("local[*]")
4646
.getOrCreate();
47+
sparkSession.sparkContext().setLogLevel("TRACE");
4748
} else {
4849
throw new RuntimeException("Solace Container is not started yet");
4950
}

0 commit comments

Comments
 (0)