fix forward-auth, logging (#2509)

* fix forward-auth, logging

* move error message
This commit is contained in:
Caleb Doxsey 2021-08-23 17:50:04 -06:00 committed by GitHub
parent 9aad155e1a
commit 526f946097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 7 deletions

View file

@ -62,7 +62,6 @@ func (a *Authorize) WaitForInitialSync(ctx context.Context) error {
return ctx.Err()
case <-a.dataBrokerInitialSync:
}
log.Info(ctx).Msg("initial sync from databroker complete")
return nil
}