Rev 5675 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# Global logging configurationlog4j.rootLogger=DEBUG, stdout# My logging configuration...log4j.logger.in.shop2020.alert=DEBUGlog4j.logger.java.sql=DEBUGlog4j.logger.java.sql.Connection=DEBUGlog4j.logger.java.sql.Statement=DEBUGlog4j.logger.java.sql.PreparedStatement=DEBUGlog4j.logger.java.sql.ResultSet=DEBUGlog4j.logger.java.sql=DEBUG## Console output...log4j.appender.stdout=org.apache.log4j.ConsoleAppenderlog4j.appender.stdout.layout=org.apache.log4j.PatternLayoutlog4j.appender.stdout.layout.ConversionPattern=%5p %d %C: %m%n