Increase verbosity

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Birgitt Peeters
Posts: 8
Joined: Tue Jan 11, 2022 2:16 am

Increase verbosity

Post by Birgitt Peeters » Wed Jul 27, 2022 11:41 pm

Hi!

I am having difficulties to work in OpenSim due to the set-up of my computer (which has a certain set-up that does not allow me to run OpenSim as a non-administrator). Therefore, I am trying to make sure my account has the same settings for OpenSim as an administrator, but the log files do not give me all the required information to solve the errors when running OpenSim as non-administrator and I need to increase the verbosity/or find where the more verbose output is stored.
So, I am looking for a way to increase the Java verbosity and/or where to find this more verbose output.
Could someone please help me out with this?

Thanks in advance!

Tags:

User avatar
Carmichael Ong
Posts: 378
Joined: Fri Feb 24, 2012 11:50 am

Re: Increase verbosity

Post by Carmichael Ong » Thu Jul 28, 2022 3:45 pm

Many of OpenSim's messages are controller by the Logger class. You can call the API through `Logger::setLevelString()` to get different levels. Some documentation from the code base is here: https://github.com/opensim-org/opensim- ... gger.h#L77

POST REPLY