Skip to content

Commit

Permalink
Revert "Capture stderr from docker compose to improve debugging exper…
Browse files Browse the repository at this point in the history
…ience (#13949)" (#14714)

This reverts commit 8fe3614.
  • Loading branch information
FlorentClarret authored Jun 8, 2023
1 parent 8abe5f2 commit f1544b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datadog_checks_dev/datadog_checks/dev/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ def __init__(self, compose_file, build=False, service_name=None):
self.command.append(self.service_name)

def __call__(self):
# Capture stderr from docker compose up to make debugging easier.
return run_command(self.command, check=True, capture='err')
return run_command(self.command, check=True)


class ComposeFileLogs(LazyFunction):
Expand Down

0 comments on commit f1544b0

Please sign in to comment.