# Set root category priority to DEBUG and its only appender to A1.log4j.rootCategory=DEBUG, A1# A1 is set to be a FileAppender which outputs to System.out.log4j.appender.A1=org.apache.log4j.ConsoleAppender#log4j.appender.A1=org.apache.log4j.FileAppender#log4j.appender.A1.File=setup.log#log4j.appender.A1.MaxFileSize=100KB# Keep one backup file#log4j.appender.A1.MaxBackupIndex=1# A1 uses PatternLayout.log4j.appender.A1.layout=org.apache.log4j.PatternLayoutlog4j.appender.A1.layout.ConversionPattern=%-5p [%t] %c %x - %m%n#log4j.appender.A1.layout.ConversionPattern=Date: %d{dd/MM/yyyy HH:mm:ss,SSS}%n%m%n%n