March 2019
Intermediate to advanced
636 pages
27h 50m
English
The default configuration of peer logging is set to the level INFO, but this level can be controlled in the following ways:
peer node start --logging-level=error
Note that any module or chaincode can be configured through the command line option, as shown in the following snippet:
peer node start --logging-level=chaincode=error:main=info
peer0.org1.example.com: environment: - CORE_LOGGING_LEVEL=error
Read now
Unlock full access