From 5aebf2045e8f17b78937188c0d48646d5169b290 Mon Sep 17 00:00:00 2001 From: zhaochy Date: Mon, 5 Feb 2018 17:18:13 +0800 Subject: [PATCH] [FAB-7944] fabric-client ignores value for hfc-logging update the document, the client application should not use SDK internal API. Change-Id: I4ec072f9bfcc61a6db511bab89c8e3df4fdd7e77 Signed-off-by: zhaochy --- fabric-client/lib/utils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fabric-client/lib/utils.js b/fabric-client/lib/utils.js index 3bb09cacd1..14c20468b0 100644 --- a/fabric-client/lib/utils.js +++ b/fabric-client/lib/utils.js @@ -111,6 +111,8 @@ const LOGGING_LEVELS = ['debug', 'info', 'warn', 'error']; // // Internal API. +// Notice this API is only used at the SDK scope. For the client application, do not use +// this api. // // Get the standard logger to use throughout the SDK code. If the client application has // configured a logger, then that'll be returned.