Switch over to using ManagedLogger

This commit is contained in:
Eugene Yokota 2017-01-24 21:17:21 -05:00
parent b6fc9f9517
commit ddb9cfd3f9
1 changed files with 1 additions and 1 deletions

View File

@ -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 =
{