mirror of https://github.com/docker/compose.git
test: clean up test loggers a bit (#4580)
This commit is contained in:
parent
f79c75ab10
commit
1f5bfe8882
|
@ -632,7 +632,7 @@ func (f *notifyFixture) rebuildWatcher() {
|
|||
}
|
||||
|
||||
// create a new watcher
|
||||
notify, err := NewWatcher(f.paths, f.ignore, logger.NewLogger(logger.DebugLvl, f.out))
|
||||
notify, err := NewWatcher(f.paths, f.ignore, logger.NewTestLogger(f.out))
|
||||
if err != nil {
|
||||
f.T().Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue