Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Commit

Permalink
PD-239: Fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoBuransky committed Mar 18, 2016
1 parent f94f9a6 commit 3ee1c1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private[spark] class PointRDDExtensions[+T <: PointNoTime](rdd: RDD[T]) extends
totalBatchCount += batchCount
totalPointCount += pointCount

log.debug(s"Partition with $batchCount points written to Influx in $pointCount batches.")
log.debug(s"Partition with $pointCount points written to Influx in $batchCount batches.")
}
}
log.info(s"RDD with ${rdd.partitions.size} partitions and $totalPointCount points written to Influx in $totalBatchCount batches.")
Expand Down

0 comments on commit 3ee1c1d

Please sign in to comment.