Remove chatty oauth debug message about no ouath
Floods my dev setup log
This commit is contained in:
parent
57191fa222
commit
39e0d9d9f3
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ func refreshFieldseekerData(ctx context.Context, newOauthCh <-chan struct{}) {
|
|||
err := periodicallyExportFieldseeker(workerCtx, org)
|
||||
if err != nil {
|
||||
if errors.Is(err, &NoOAuthForOrg{}) {
|
||||
log.Info().Int("organization_id", int(org.ID)).Msg("No oauth available for organization, exiting exporter.")
|
||||
//log.Debug().Int("organization_id", int(org.ID)).Msg("No oauth available for organization, exiting exporter.")
|
||||
return
|
||||
}
|
||||
log.Error().Err(err).Msg("Crashed fieldseeker export goroutine")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue