mirror of
https://github.com/docker/compose.git
synced 2025-07-24 06:04:57 +02:00
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
|
// 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 {
|
if err != nil {
|
||||||
f.T().Fatal(err)
|
f.T().Fatal(err)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user