mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
cleanup logs (#5571)
This commit is contained in:
parent
62addcf2a5
commit
e78cfc0687
8 changed files with 31 additions and 48 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue