chore: log version and commit to log file (#2450)
This commit is contained in:
parent
f60cf5cd47
commit
605a19ceb3
|
@ -672,6 +672,7 @@ func (b *GethStatusBackend) startNode(config *params.NodeConfig) (err error) {
|
|||
}
|
||||
}()
|
||||
|
||||
b.log.Info("status-go version details", "version", params.Version, "commit", params.GitCommit)
|
||||
b.log.Debug("starting node with config", "config", config)
|
||||
// Update config with some defaults.
|
||||
if err := config.UpdateWithDefaults(); err != nil {
|
||||
|
|
Loading…
Reference in New Issue