How to Set Logging Level in XBee Java

I have been working with the XBee Java library and finally got the Arduino and Xbee-900hp talking to each other - had to modify the xbee-arduino library to send without escapes. Now the issue I am having is how to set the logging level so info messages stop appearing. I added a simplelogger.properties file but it does not seem to be working. I am using Processing with the Java library.

Thanks
Mike

Easiest way to stop all logging is to move the slf4j-simple.jar out of the code path. It will give you a warning but will stop all logging.