mirror of
https://github.com/status-im/status-go.git
synced 2025-03-02 15:41:08 +00:00
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…
x
Reference in New Issue
Block a user