mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
test: clean up test loggers a bit (#4580)
This commit is contained in:
committed by
Nicolas De loof
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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user