Skip to content

Commit

Permalink
Document new environment variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Dec 18, 2024
1 parent faf62d9 commit 14529d8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/guide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,16 @@ Joint dynamics are configured using environment variables starting with ``JAXSIM
- ``JAXSIM_JOINT_POSITION_LIMIT_SPRING``: Overrides the spring value for joint position limits of the SDF model.


Logging
~~~~~~~
Logging and Exceptions
~~~~~~~~~~~~~~~~~~~~~~

The logging configuration is controlled by the following environment variable:
The logging and exceptions configurations is controlled by the following environment variables:

- ``JAXSIM_LOGGING_LEVEL``: Determines the logging level.
*Default:* ``DEBUG`` for development, ``WARNING`` for production.

- ``JAXSIM_DISABLE_EXCEPTIONS``: Disables the runtime checks and exceptions.
*Default:* ``False``.

.. note::
Runtime exceptions are disabled by default on TPU.

0 comments on commit 14529d8

Please sign in to comment.