switch Builder API validator registration error to warning (#6005)

This commit is contained in:
tersec 2024-03-01 05:25:29 +00:00 committed by GitHub
parent d7e9ff2a98
commit 684de046db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1789,7 +1789,7 @@ proc registerValidatorsPerBuilder(
error "Timeout when registering validator with builder"
continue # Try next batch regardless
except RestError as exc:
error "Error when registering validator(s) with builder", err = exc.msg
warn "Error when registering validator(s) with builder", err = exc.msg
continue
if HttpOk != registerValidatorResult.status: