File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
core/container/dockercontroller Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import (
26
26
"github.com/hyperledger/fabric/core/container"
27
27
"github.com/hyperledger/fabric/core/container/ccintf"
28
28
cutil "github.com/hyperledger/fabric/core/container/util"
29
- "github.com/op/go-logging"
30
29
"github.com/spf13/viper"
31
30
)
32
31
@@ -315,7 +314,7 @@ func (vm *DockerVM) Start(ccid ccintf.CCID,
315
314
316
315
// Acquire a custom logger for our chaincode, inheriting the level from the peer
317
316
containerLogger := flogging .MustGetLogger (containerName )
318
- logging . SetLevel ( logging . GetLevel ("peer" ), containerName )
317
+ flogging . SetModuleLevel ( flogging . GetModuleLevel ("peer" ), containerName )
319
318
320
319
for {
321
320
// Loop forever dumping lines of text into the containerLogger
You can’t perform that action at this time.
0 commit comments