Skip to content

Commit 6c8baae

Browse files
committed
reduce log level to get tests to pass
1 parent b7635d7 commit 6c8baae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ func (a *agent) run() (retErr error) {
10431043

10441044
err = connMan.wait()
10451045
if err != nil {
1046-
a.logger.Error(context.Background(), "connection manager errored", slog.Error(err))
1046+
a.logger.Warn(context.Background(), "connection manager errored", slog.Error(err))
10471047
}
10481048
return err
10491049
}

0 commit comments

Comments
 (0)