cleanup logs (#5571)

This commit is contained in:
Caleb Doxsey 2025-04-14 08:20:10 -06:00 committed by GitHub
parent 62addcf2a5
commit e78cfc0687
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 31 additions and 48 deletions

View file

@ -283,7 +283,7 @@ func (s *sharedResourceMonitor) Run(ctx context.Context, envoyPid int) error {
if envoyCgroup != s.cgroup {
return fmt.Errorf("envoy process is not in the expected cgroup: %s", envoyCgroup)
}
log.Ctx(ctx).Info().Str("service", "envoy").Str("cgroup", s.cgroup).Msg("starting resource monitor")
log.Ctx(ctx).Debug().Str("service", "envoy").Str("cgroup", s.cgroup).Msg("starting resource monitor")
ctx, ca := context.WithCancelCause(ctx)