Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update log level
  • Loading branch information
zsxwing committed Dec 6, 2016
commit 32d59e9318413002ee56ae86c02f1ba30ac08c53
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ trait ProgressReporter extends Logging {
}
}

logInfo(s"Streaming query made progress: $newProgress")
logDebug(s"Streaming query made progress: $newProgress")
currentStatus = currentStatus.copy(isTriggerActive = false)
}

Expand Down