Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharath Bhushan committed Apr 5, 2014
1 parent 6f260a4 commit 044027d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private[sql] object ParquetRelation {
SLF4JBridgeHandler.install()
for(name <- loggerNames) {
val logger = Logger.getLogger(name)
logger.setParent(Logger.getGlobal)
logger.setParent(Logger.getLogger("global"))
logger.setUseParentHandlers(true)
}
}
Expand Down

0 comments on commit 044027d

Please sign in to comment.