Skip to content

vtkPVApplicationOptions Initialize log verbosity

When running tests vtkLogger verbosity is set before vtkPVApplicationOptions is constructed and the -v flag never reaches parse arguments because vtkLogger::Init(..) removes it from argv. This commit initializes LogStdErrVerbosity based on the current value of vtkLogger.

This fixes the issue of -v being ignored in tests.

relates to async/paraview#111

Edited by Christos Tsolakis

Merge request reports