Skip to content

Commit

Permalink
Revert the logger back to the previous.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Aug 6, 2019
1 parent a3d5f8f commit 9f55330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caduceus/outboundSender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func simpleFactorySetup(trans *transport, cutOffPeriod time.Duration, matcher []
QueueSize: 10,
DeliveryRetries: 1,
MetricsRegistry: fakeRegistry,
Logger: logging.DefaultLogger(), //getLogger(),
Logger: getLogger(),
}
}

Expand Down

0 comments on commit 9f55330

Please sign in to comment.