Skip to content

Commit

Permalink
fix: fix log field
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Dec 8, 2023
1 parent f894e2b commit ea9512e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (

func New(rt *runtime.Runtime, version string) *logrus.Entry {
return logrus.WithFields(logrus.Fields{
"aqua_version": version,
"program": "aqua-registry",
"env": rt.GOOS + "/" + rt.GOARCH,
"registry_tool_version": version,
"program": "aqua-registry",
"env": rt.GOOS + "/" + rt.GOARCH,
})
}

Expand Down

0 comments on commit ea9512e

Please sign in to comment.