Code commits
Pipeline
-
Rui Xue dcdc25f5864de66ed9439e9616e842f62570842c
PIPE-3120: Fix uvrange type bug from PIPE-1729 and add informative logging
- Convert fieldidstring to int before passing to uvrange() to match the expected field_id: int parameter.
- Add info-level logging to show what UV range constraint is returned, including field_id for context.
- Change exception message from warning to info level with friendlier tone.