Skip to content

Commit

Permalink
UPSTREAM: <carry>: chore: add meaningful logs to client initialization.
Browse files Browse the repository at this point in the history
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
  • Loading branch information
HumairAK authored and VaniHaripriya committed Sep 23, 2024
1 parent dc1f143 commit ce560d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/apiserver/client_manager/client_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ func (c *ClientManager) init() {
c.resourceReferenceStore = storage.NewResourceReferenceStore(db)
c.dBStatusStore = storage.NewDBStatusStore(db)
c.defaultExperimentStore = storage.NewDefaultExperimentStore(db)
glog.Info("Initializing Object store client...")
glog.Info("Initializing Minio client...")
c.objectStore = initMinioClient(common.GetDurationConfig(initConnectionTimeout))
glog.Info("Object store client initialized successfully")
glog.Info("Minio client initialized successfully")
// Use default value of client QPS (5) & burst (10) defined in
// k8s.io/client-go/rest/config.go#RESTClientFor
clientParams := util.ClientParameters{
Expand Down

0 comments on commit ce560d5

Please sign in to comment.