Debug files

Hi,



I want to erase the debug.txt that JME generates, i don't know how to acomplish that.

I would like too, to keep minimal or null the messages JME send to the console, for example Node atached… node atached…, and show only my System.out calls.



Thanks.

See this post to switch off the logging:



http://www.jmonkeyengine.com/jmeforum/index.php?topic=5864.0



As for the debug.txt I’d assume (but am not sure) it’s also being created by the logging system so you’ll be able to stop it getting created by configuring the logging system (see the link I posted in the other thread).

right!  Thanks a lot.