Skip to content

Commit

Permalink
Update opamp_agent.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan2221 authored Dec 4, 2024
1 parent 42974f0 commit d14782b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/extension/opampextension/opamp_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ func (o *opampAgent) startSettings() types.StartSettings {
func (o *opampAgent) startClient(ctx context.Context) error {
settings := o.startSettings()

o.logger.Debug("Starting OpAMP client...")
o.logger.Info("Starting OpAMP client...")

if !o.cfg.NewConfigMergeFlowEnabled {
o.logger.Debug("New config merge flow disabled..")
o.logger.Info("New config merge flow disabled..")
}

if err := o.opampClient.Start(ctx, settings); err != nil {
Expand Down

0 comments on commit d14782b

Please sign in to comment.