Skip to content

Commit

Permalink
Merge pull request #20 from suzuki-shunsuke/fix/change-log-level
Browse files Browse the repository at this point in the history
fix: change log level
  • Loading branch information
suzuki-shunsuke authored Aug 25, 2021
2 parents 467c9d9 + 7438e71 commit 184183a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (ctrl *Controller) installPackage(ctx context.Context, inlineRepo map[strin
"package_version": pkg.Version,
"repository": pkg.Repository,
})
logE.Info("install the package")
logE.Debug("install the package")
if pkg.Repository != "inline" {
return fmt.Errorf("only inline repository is supported (%s)", pkg.Repository)
}
Expand Down Expand Up @@ -122,7 +122,7 @@ func (ctrl *Controller) installProxy(ctx context.Context) error {
"package_version": pkg.Version,
"repository": pkg.Repository,
})
logE.Info("install the proxy")
logE.Debug("install the proxy")
pkgInfo := &PackageInfo{
Name: "inline",
Type: "github_release",
Expand Down

0 comments on commit 184183a

Please sign in to comment.