From efc10317a08728bb6e5fc22eaa64df2b5e69041b Mon Sep 17 00:00:00 2001 From: Gari Singh Date: Sat, 27 Jan 2018 06:21:43 -0500 Subject: [PATCH 1/3] [FAB-7939] TLS doc belongs under operations The TLS doc is currently under architecture but it belongs under operations Change-Id: I5d13664cf39d40dedb03ea47e55b760cb4a630e6 Signed-off-by: Gari Singh --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 706bfb3f670..c6a2f0249ef 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -75,6 +75,7 @@ Business: error-handling logging-control peer-commands + enable_tls .. toctree:: :maxdepth: 2 @@ -90,7 +91,6 @@ Business: peer_event_services readwrite gossip - enable_tls .. toctree:: :maxdepth: 2 From d916ded3411e46773d19feb8fa7f9cf70ab927c3 Mon Sep 17 00:00:00 2001 From: Gari Singh Date: Sat, 27 Jan 2018 06:30:22 -0500 Subject: [PATCH 2/3] [FAB-7941] Kafka doc belongs under operations The "Bringing up a Kafka-based Ordering Service" should be under operations and not architecture Change-Id: I0e509ed23a5c74f54e6fb8cc684779eec0458c17 Signed-off-by: Gari Singh --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index c6a2f0249ef..ef7d1c5ec00 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -76,6 +76,7 @@ Business: logging-control peer-commands enable_tls + kafka .. toctree:: :maxdepth: 2 @@ -85,7 +86,6 @@ Business: txflow Hyperledger Fabric CA's User Guide fabric-sdks - kafka channels couchdb_as_state_database peer_event_services From 8abf61fc78280203fb867bd81bcd88d4e30b42d6 Mon Sep 17 00:00:00 2001 From: Gari Singh Date: Sat, 27 Jan 2018 06:38:11 -0500 Subject: [PATCH 3/3] [FAB-7942] Remove extraneous logging topic The logging section under "Building Hyperledger Fabric" adds no value Change-Id: I2ad4fee452fda2a17bd9f03bce10845ab7076323 Signed-off-by: Gari Singh --- docs/source/dev-setup/build.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/source/dev-setup/build.rst b/docs/source/dev-setup/build.rst index e76f83b2e03..7ed6145e2ec 100644 --- a/docs/source/dev-setup/build.rst +++ b/docs/source/dev-setup/build.rst @@ -154,18 +154,5 @@ manipulation through the environment is shown below: CORE_PEER_LOGGING_LEVEL=CRITICAL peer -Logging -------- - -Logging utilizes the `go-logging `__ -library. - -The available log levels in order of increasing verbosity are: *CRITICAL -\| ERROR \| WARNING \| NOTICE \| INFO \| DEBUG* - -See the :doc:`logging-control` document for -instructions on tweaking the level of log messages to output when running -the various Hyperledger Fabric components. - .. Licensed under Creative Commons Attribution 4.0 International License https://creativecommons.org/licenses/by/4.0/