chore: log version and commit to log file (#2450)

This commit is contained in:
Richard Ramos 2021-12-01 10:37:48 -04:00 committed by GitHub
parent f60cf5cd47
commit 605a19ceb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {