From 8abf61fc78280203fb867bd81bcd88d4e30b42d6 Mon Sep 17 00:00:00 2001 From: Gari Singh Date: Sat, 27 Jan 2018 06:38:11 -0500 Subject: [PATCH] [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/