Autodesk / Autodesk/arnold-usd
log verbosity values should match those in kick
Open
Beginner friendly
enhancement
- Dominant language
- Python
- Stars
- 284
- Forks
- 68
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 14
Description
The log verbosity values, as seen in https://github.com/Autodesk/arnold-usd/blob/25c21224517ce8da3c37c826c59ad8dc60487f14/libs/render_delegate/render_delegate.cpp#L403 do not match those of kick. For instance, `kick -v 3` has AI_LOG_STATS enabled but that is not enabled until `4` in the arnold-usd code.
Contributor guide
Research direction
Start at libs/render_delegate/render_delegate.cpp around line 403 and compare its verbosity mapping with the behavior of kick. Check specifically that kick -v 3 enables AI_LOG_STATS while the USD render delegate currently waits until 4. Done means the verbosity values match kick consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100