Skip to content

Commit

Permalink
review commit
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed Apr 10, 2014
1 parent 45e5b70 commit 0d5f819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/apache/spark/Logging.scala
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ trait Logging {
private object Logging {
@volatile private var initialized = false
val initLock = new Object()
SLF4JBridgeHandler.removeHandlersForRootLogger()
SLF4JBridgeHandler.install()
// SLF4JBridgeHandler.removeHandlersForRootLogger()
if(!SLF4JBridgeHandler.isInstalled) SLF4JBridgeHandler.install()
}

0 comments on commit 0d5f819

Please sign in to comment.