Switch over to using ManagedLogger

This commit is contained in:
Eugene Yokota
2017-02-17 12:40:56 -05:00
parent b6fc9f9517
commit ddb9cfd3f9
@@ -17,7 +17,7 @@ import xsbti.{ ComponentProvider, GlobalLock }
* Base class for test suites that must be able to fetch and compile the compiler bridge.
*/
abstract class BridgeProviderSpecification extends BaseIvySpecification {
log.setLevel(Level.Warn)
// log.setLevel(Level.Warn)
def realLocal: Resolver =
{