You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAB-9961]Fix docs about Chaincode's log level control
FAB-9961 fixes the document to explain the logging level control
within Chaincode container correctly.
According to the update in FAB-3232, two environment
variables are used. CORE_CHAINCODE_LOGGING_LEVEL sets the default
logging level for all modules. CORE_CHAINCODE_LOGGING_SHIM
overrides the level for the 'shim' logging module.
This CR updates the document to reflect the change above and
explain how to set up logging level with core.yaml.
This CR also updates environment variables used in comments of
fabric/core/chaincode/shim/chaincode.go
Change-Id: Ib6e4a24cb932dfd2f341f9d3dc845a8e86c52cb3
Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com>
0 commit comments