Skip to content
Snippets Groups Projects
Commit ebf23edc authored by gbe's avatar gbe
Browse files

Change log field from `hash` to `commit`

`hash` is not really specific.
parent 0fd47fda
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ func main() {
logger = level.NewFilter(logger, filter)
level.Info(logger).
Log("hash", commitHash, "build", buildTime)
Log("commit", commitHash, "build", buildTime)
db, err := openDB(*dbPath, logger)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment