Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 2802cd3

Browse files
Merge pull request #386 from FabianMeiswinkel/2.4
Fixing log level of a message left unintentionally with level ERROR
2 parents e071c3b + 591eaff commit 2802cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/microsoft/azure/cosmosdb/spark/streaming/CosmosDBSource.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private[spark] class CosmosDBSource(sqlContext: SQLContext,
140140
if (endJson.equals(nextTokens) || endJson.equals(currentTokens)) {
141141
logDebug(s"Getting data for end offset")
142142
val readConfig = if (customSchema.isDefined) {
143-
logError(s"Getting data for end offset with forcing inferSchema")
143+
logTrace(s"Getting data for end offset with forcing inferSchema")
144144
Config(
145145
streamConfigMap
146146
.-(CosmosDBConfig.ChangeFeedContinuationToken)

0 commit comments

Comments
 (0)