In prep for Spark 2.0 upgrade, this moves the references to o.a.s.Logging to to grizzled's scala slf4j wrapper which similarly provides a Logging trait
Coverage remained the same at 75.198% when pulling 5df668e557524e4073cd3265b7c45d11fdd773ef on logging into ba0942c3410d0c35106374c882438da3fae23552 on master.
In prep for Spark 2.0 upgrade, this moves the references to
o.a.s.Logging
to to grizzled's scala slf4j wrapper which similarly provides aLogging
traitAnother option could be https://github.com/typesafehub/scala-logging with
LazyLogging
trait, but that doesn't have scala 2.10 versionThis change is