Use verbosity key to filter reflection logs
Limit the logging output of the reflection code. You can set an environment variable to control when you want to see reflection logs.
Ex - You wish to see reflection logs at the INFO verbosity level
PARAVIEW_LOG_REFLECTION_VERBOSITY=INFO ./bin/parat
Ex - reflection logs at the TRACE level. Note that this is the default.
PARAVIEW_LOG_REFLECTION_VERBOSITY=TRACE ./bin/parat -v 9
You can use the vtkPVLogger::SetReflectionVerbosity
and GetReflectionVerbosity
to adjust the levels in a debugger if you will.