I'm loadtesting my application right now by creating a java client that logs X number of users into the system. The problem right now is that my machine runs out of memory from all the log statements being printed out.
........
609 [New I/O client worker #1-1] INFO sfs2x.client.core.EventDispatcher - Dispatching event connect to 1 listeners
593 [New I/O client worker #2-1] INFO sfs2x.client.core.EventDispatcher - Dispatching event OnConnect to 1 listeners
625 [New I/O client worker #2-1] INFO sfs2x.client.core.EventDispatcher - Dispatching event connect to 1 listeners
.........
I have debug set to false in both my configuration file and when creating a new SmartFox(false) instance and even tried using setDebug(false);
Any ideas how to turn all these INFO messages off would be a lot of help.
Thanks!
Adam
