# -------------------------------------------------------------------# This config file is intended to be used by a SocketServer that logs# events received from various clients on the console.# -------------------------------------------------------------------log4j.rootCategory=DEBUG, A1log4j.category.org.apache.log4j.net=DEBUGlog4j.appender.A1=org.apache.log4j.ConsoleAppenderlog4j.appender.A1.layout=org.apache.log4j.PatternLayoutlog4j.appender.A1.layout.ConversionPattern=%-5r %-5p [%t] %c{2} %x - %m%n