Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable logging when pulling on python integration tests (elastic#20397)
Docker compose library is quite verbose, and it prints many messages when logging is enabled. On integration tests we make a pull before trying to build the images in case the image is already pre-built. If this pull doesn't work, the image is built, so we ignore errors on this pull. But, even when ignoring errors, these errors are logged, and when investigating problems with tests this may lead to think that the problem is with the unavailability of some image. Disable logging on the compose logger while this previous pull is being done.
- Loading branch information