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.
The log verbosity values, as seen in
arnold-usd/libs/render_delegate/render_delegate.cpp
Line 403 in 25c2122
kick -v 3has AI_LOG_STATS enabled but that is not enabled until4in the arnold-usd code.