Downgrade failure to get admin info to warning
To clear out Glitchtip a bit
This commit is contained in:
parent
bf6b5dcb17
commit
309f8fe2c5
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ func logPermissions(ctx context.Context, fssync *fieldseeker.FieldSeeker) {
|
|||
log.Info().Msg("This oauth token is not allowed to query for admin info")
|
||||
return
|
||||
}
|
||||
log.Error().Err(err).Msg("Failed to get admin info during log permissions")
|
||||
log.Warn().Err(err).Msg("Failed to get admin info during log permissions")
|
||||
return
|
||||
}
|
||||
permissions, err := fssync.PermissionList(ctx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue