diff --git a/association_test.go b/association_test.go index 7bfcce74..712e2b74 100644 --- a/association_test.go +++ b/association_test.go @@ -2610,6 +2610,7 @@ func createAssocs(t *testing.T) (*Association, *Association, error) { } loggerFactory := logging.NewDefaultLoggerFactory() + loggerFactory.DefaultLogLevel = logging.LogLevelDebug a1Chan := make(chan interface{}) a2Chan := make(chan interface{})