From 9c91a80df74ed77e58098a26da73cf58c0165d5e Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Thu, 1 Mar 2018 08:47:54 -0500 Subject: [PATCH] FAB-8564 fix formatting issue Change-Id: Ifee9c90237603f7f88f35ae28c01d5e5d40f8670 Signed-off-by: Christopher Ferris --- docs/source/build_network.rst | 12 ++++++------ docs/source/channel_update_tutorial.rst | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/source/build_network.rst b/docs/source/build_network.rst index 770e836d114..a417c191eb2 100644 --- a/docs/source/build_network.rst +++ b/docs/source/build_network.rst @@ -245,7 +245,7 @@ continue reading. In these next sections we'll walk through the various steps and requirements to build a fully-functional Hyperledger Fabric network. .. note:: The manual steps outlined below assume that the ``CORE_LOGGING_LEVEL`` in - the CLI container is set to ``DEBUG``. You can set this by modifying + the ``cli`` container is set to ``DEBUG``. You can set this by modifying the ``docker-compose-cli.yaml`` file in the ``first-network`` directory. e.g. @@ -256,11 +256,11 @@ and requirements to build a fully-functional Hyperledger Fabric network. image: hyperledger/fabric-tools:$IMAGE_TAG tty: true stdin_open: true - environment: - - GOPATH=/opt/gopath - - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock - - CORE_LOGGING_LEVEL=DEBUG - #- CORE_LOGGING_LEVEL=INFO + environment: + - GOPATH=/opt/gopath + - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock + - CORE_LOGGING_LEVEL=DEBUG + #- CORE_LOGGING_LEVEL=INFO Crypto Generator ---------------- diff --git a/docs/source/channel_update_tutorial.rst b/docs/source/channel_update_tutorial.rst index 13d5a196e6f..0290502ba0e 100644 --- a/docs/source/channel_update_tutorial.rst +++ b/docs/source/channel_update_tutorial.rst @@ -106,13 +106,13 @@ Bring Org3 into the Channel Manually ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. note:: The manual steps outlined below assume that the ``CORE_LOGGING_LEVEL`` in - the CLI container is set to ``DEBUG``. You can set this by modifying + the ``Org3cli`` container is set to ``DEBUG``. You can set this by modifying the ``docker-compose-org3.yaml`` file in the ``first-network`` directory. e.g. .. code:: - Org3cli: + Org3cli: container_name: Org3cli image: hyperledger/fabric-tools:$IMAGE_TAG tty: true