switch Builder API validator registration error to warning (#6005)
This commit is contained in:
parent
d7e9ff2a98
commit
684de046db
|
@ -1789,7 +1789,7 @@ proc registerValidatorsPerBuilder(
|
||||||
error "Timeout when registering validator with builder"
|
error "Timeout when registering validator with builder"
|
||||||
continue # Try next batch regardless
|
continue # Try next batch regardless
|
||||||
except RestError as exc:
|
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
|
continue
|
||||||
|
|
||||||
if HttpOk != registerValidatorResult.status:
|
if HttpOk != registerValidatorResult.status:
|
||||||
|
|
Loading…
Reference in New Issue