mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-20 01:58:10 +02:00
rm debug log
This commit is contained in:
parent
01c17844df
commit
45556d0193
2 changed files with 2 additions and 9 deletions
|
@ -30,7 +30,6 @@ func (c *service) SyncLoop(ctx context.Context) error {
|
|||
for {
|
||||
dur := c.periodicUpdateInterval.Load()
|
||||
ticker.Reset(dur)
|
||||
log.Ctx(ctx).Info().Str("duration", dur.String()).Msg("*** next sync cycle ***")
|
||||
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue