Skip to content

Commit

Permalink
FAB-8564 fix formatting issue
Browse files Browse the repository at this point in the history
Change-Id: Ifee9c90237603f7f88f35ae28c01d5e5d40f8670
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Mar 1, 2018
1 parent e79186e commit 9c91a80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions docs/source/build_network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
----------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/channel_update_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c91a80

Please sign in to comment.