Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PhysicsRigidBody lots of excess logging #22

Closed
Spliterash opened this issue Jan 14, 2023 · 2 comments
Closed

PhysicsRigidBody lots of excess logging #22

Spliterash opened this issue Jan 14, 2023 · 2 comments
Labels
wontfix This will not be worked on

Comments

@Spliterash
Copy link

Spliterash commented Jan 14, 2023

After I updated the library to a new version, I don’t remember which one, the whole console turned into

[16:38:48] [Server Physics Thread/INFO]: [com.jme3.bullet.objects.PhysicsRigidBody] Created 1903ece3360.

image

Can you please change log level inside com/jme3/bullet/objects/PhysicsRigidBody.java:611

@stephengold
Copy link
Owner

This results from an intentional change made between v17.3.0 and v17.4.0, at 7d6222f

Prior to the change, rigid-body creation was logged only at the FINE logging level. Starting with v17.4.0, it is logged at the INFO level, which seems more appropriate.

Since you don't want this logging, the appropriate workaround would be something like:

    PhysicsRigidBody.logger2.setLevel(Level.WARNING);

@Spliterash
Copy link
Author

Thanks

@stephengold stephengold added the wontfix This will not be worked on label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants