http://docs2x.smartfoxserver.com/Gettin ... figuration
I tried doing this:DEBUG: provides lots of details about each incoming/outgoing request including a binary dump of each packet. This level is recommended only for local debugging, it must be turned off for production otherwise it could impact the server performance and generate huge log files.
In order to change the logging level you can edit the {SFS2X}/config/log4j.properties and change this line (should be line 61):
Code: Select all
log4j.category.com.smartfoxserver=DEBUG,consoleAppender,fileAppender