Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit 3197cc7

Browse files
vezenovmP1sar
andauthored
config logging addition at ChainBridge startup (#647)
Co-authored-by: Kirill <[email protected]>
1 parent a234d79 commit 3197cc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/chainbridge/main.go

+2
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ func run(ctx *cli.Context) error {
153153
return err
154154
}
155155

156+
log.Debug("Config on initialization...", "config", *cfg)
157+
156158
// Check for test key flag
157159
var ks string
158160
var insecure bool

0 commit comments

Comments
 (0)