Skip to content

Commit

Permalink
parquet logger use parent handler
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed Apr 7, 2014
1 parent fa00d5d commit 3feb635
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ private[sql] object ParquetRelation {
val parquetLogger = java.util.logging.Logger.getLogger("parquet")
parquetLogger.getHandlers.foreach(parquetLogger.removeHandler)
if(parquetLogger.getLevel != null) parquetLogger.setLevel(null)
if(!parquetLogger.getUseParentHandlers) parquetLogger.setUseParentHandlers(true)
}

// The element type for the RDDs that this relation maps to.
Expand Down

0 comments on commit 3feb635

Please sign in to comment.