-
- Downloads
Do not overwrite loguru global stderr verbosity
- This fixes a bug when applications completely rely on vtkLogger::Init(ac, av) to parse the -v flag on CLI and set the stderr verbosity. - With this commit, it is finally possible to run the test executables with a custom verbosity by merely passing -v <verbosity> on the command line. This greatly simplifies debugging trace messages without having to manually set the stderr verbosity and recompile the test executable.
Please register or sign in to comment