Skip to content

Commit f535b6e

Browse files
committed
Print git commit version upon startup
Signed-off-by: Yacov Manevich <[email protected]>
1 parent 7e56747 commit f535b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node/node.go

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ func New(
150150
zap.Reflect("nodePOP", pop),
151151
zap.Reflect("providedFlags", n.Config.ProvidedFlags),
152152
zap.Reflect("config", n.Config),
153+
zap.String("commit", version.GitCommit),
153154
)
154155

155156
n.VMFactoryLog, err = logFactory.Make("vm-factory")

0 commit comments

Comments
 (0)