Skip to content

Commit

Permalink
Merge branch 'sprint-1.11' into feat/authorizer-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan authored Sep 10, 2023
2 parents 8c1bc55 + a61fbcf commit 28c79cd
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 @@ -91,6 +91,7 @@ func initZCNCore() {
// set the log file
zcncore.SetLogFile("cmdlog.log", !bSilent)
bridge.SetLogFile("bridge.log", !bSilent)
sdk.SetLogFile("cmdlog.log", !bSilent)

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

0 comments on commit 28c79cd

Please sign in to comment.