Skip to content

Commit

Permalink
chore: change logging level to Debug (#11773)
Browse files Browse the repository at this point in the history
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>

Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
  • Loading branch information
ishitasequeira committed Dec 20, 2022
1 parent f65e0b5 commit 0c5d4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposerver/repository/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ func (s *Service) runRepoOperation(
if hasMultipleSources && source.Path == "" && source.Chart == "" {
log.WithFields(map[string]interface{}{
"source": source,
}).Warnf("not generating manifests as path and chart fields are empty")
}).Debugf("not generating manifests as path and chart fields are empty")
return nil
}

Expand Down

0 comments on commit 0c5d4d8

Please sign in to comment.