- This topic has 1 reply, 2 voices, and was last updated 3 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forum › SofaPython3 › Using SofaPython3 › How to disable warning message
Tagged: Linux_ubuntu, SOFA_2106, SofaPython3
Hi,
I’m working on a scene with sofaPython3, got a lot of warnings like [WARNING] [LocalMinDistance(LocalMinDistance)] Determinant is null
, which is okay to be ignored if I’m understanding correctly.
Also there are a few ones from the pluginmanager:
[INFO] [PluginManager] Loaded plugin: SOFA_v21.06.00_Linux/lib/libSofaComponentAll.so
I would like to know how to disable these?
Thanks.
Hey @beichun
The warning given by the LocalMinDistance can – in some specific cases – be ignored. When does it happen in your case?
Removing it would require to comment it in the code and recompile.
Information from the PluginManager is just informing you about loaded plugins. Removing these messages is not possible for now. Would it be important to silence it?
Best wishes,
Hugo
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.