Skip to content

Commit

Permalink
Michael's feedback #1
Browse files Browse the repository at this point in the history
  • Loading branch information
gfichtenholt committed Oct 26, 2021
1 parent 0b70d51 commit 63cea80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/kubeapps-apis/server/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ func sortPlugins(p []*plugins.Plugin) {

// GetConfiguredPlugins returns details for each configured plugin.
func (s *pluginsServer) GetConfiguredPlugins(ctx context.Context, in *plugins.GetConfiguredPluginsRequest) (*plugins.GetConfiguredPluginsResponse, error) {
// this gets logged twice(why?) every 10 seconds and really adds a lot of noise to the logs, so lowering verbosity
// this gets logged twice (liveness and readiness checks) every 10 seconds and
// really adds a lot of noise to the logs, so lowering verbosity
log.V(4).Infof("+core GetConfiguredPlugins")
return &plugins.GetConfiguredPluginsResponse{
Plugins: s.plugins,
Expand Down

0 comments on commit 63cea80

Please sign in to comment.