Suppressing / Truncating Logging of (Instanced) Lights
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Is there a way to adjust the logging level or otherwise suppress or truncate the individual logging of (instanced) lights?
I have an environment I'm trying to render with what I'll describe as having a "significant number" of instanced lights, and am finding that OpenImageIO/imageinput.cpp will barf occasionally:
failed assertion ... "Accumulated error messages > 16MB. Try checking the return codes!".
I'm assuming the 'accumulated error messages' are a reference to the log size, and the thousands on thousands of instanced lights reporting their status is the issue - certainly, they seem to be 95% of the log's contents.
My options to reduce the instance count are limited, but even if I'm looking at the wrong thing being able to truncate their repeated entry would make reading the log easier short of feeding it through grep -v.
Cheers,
Matt