hyperledger/caliper-benchmarks

Replace the use of console.err( and console.error( with console.log in the chaincode implementations

davidkel opened this issue · 0 comments

although console.error is allowed it doesn't make any difference for chaincode and better to have all output to the same stream so that it can be rerouted say to the peer.

Also console.err( is not a valid api