try suppressing logs but we
This commit is contained in:
@@ -27,6 +27,9 @@ type FastExact struct {
|
||||
func NewFastExact() FastExact {
|
||||
fe := FastExact{}
|
||||
fe.doer = fe
|
||||
if config.Get().Brokers.FastExact.Mock {
|
||||
fe = fe.WithMock()
|
||||
}
|
||||
return fe
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user