Skip to content

Commit 6856308

Browse files
committed
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 <[email protected]>
1 parent ad453e5 commit 6856308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit-test/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
vp:
22
image: hyperledger/fabric-peer
3+
log_driver: none
34
expose:
45
- 7051
56
environment:

0 commit comments

Comments
 (0)