From 685630888ce05ed019eea313685160fd5d296c38 Mon Sep 17 00:00:00 2001 From: Gregory Haskins Date: Sun, 27 Nov 2016 16:15:35 -0500 Subject: [PATCH] Suppress logging output of the peer during unit-tests We recently introduced the usage of docker-compose to orchestrate the unit-test execution. In doing so, we changed the behavior of the peer container to inadvertently make the peer log visible. This isn't strictly necessary, and it pollutes the unit-test output. Therefore, lets configure docker-compose to act similar to the previous setup by suppressing the peer. Change-Id: I2e331d6ab97e330ada89de9af0f690406324506d Signed-off-by: Gregory Haskins --- unit-test/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/unit-test/docker-compose.yml b/unit-test/docker-compose.yml index ee44591574d..04069bd82ed 100644 --- a/unit-test/docker-compose.yml +++ b/unit-test/docker-compose.yml @@ -1,5 +1,6 @@ vp: image: hyperledger/fabric-peer + log_driver: none expose: - 7051 environment: