Skip to content

Commit

Permalink
use 0box-sdk logger for zcnbridge (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
boddumanohar authored Sep 9, 2023
1 parent 5aefad5 commit 8013f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func initZCNCore() {

// set the log file
zcncore.SetLogFile("cmdlog.log", !bSilent)
sdk.SetLogFile("cmdlog.log", !bSilent)

blockWorker := cfgConfig.GetString("block_worker")
chainID := cfgConfig.GetString("chain_id")
Expand Down

0 comments on commit 8013f42

Please sign in to comment.