Downgrade failure to get admin info to warning

To clear out Glitchtip a bit
This commit is contained in:
Eli Ribble 2026-04-28 22:10:39 +00:00
parent bf6b5dcb17
commit 309f8fe2c5
No known key found for this signature in database

View file

@ -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)