?? log4j.properties
字號:
# Set root logger level to DEBUG and its only appender to CONSOLE.log4j.rootLogger=DEBUG, CONSOLE# CONSOLElog4j.appender.CONSOLE=org.apache.log4j.ConsoleAppenderlog4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayoutlog4j.appender.CONSOLE.layout.ConversionPattern=%d{HH:mm:ss,SSS} [%t] %-5p %C{1} : %m%n# LIMIT CATEGORIESlog4j.logger.org.jbpm=DEBUG#log4j.logger.org.jbpm.graph=DEBUG# Hibernate debugging levels and their outputlog4j.logger.org.hibernate=INFO# hide optimistic locking failureslog4j.logger.org.hibernate.event.def.AbstractFlushingEventListener=FATAL#Log all SQL DML statements as they are executed#log4j.logger.org.hibernate.SQL=TRACE#Log all JDBC parameterslog4j.logger.org.hibernate.type=TRACE#Log all SQL DDL statements as they are executed#log4j.logger.org.hibernate.tool.hbm2ddl=DEBUG #Log the state of all entities (max 20 entities) associated with the session at flush time#log4j.logger.org.hibernate.pretty=DEBUG #Log all second-level cache activity#log4j.logger.org.hibernate.cache=DEBUG #Log transaction related activity#log4j.logger.org.hibernate.transaction=DEBUG #Log all JDBC resource acquisition#log4j.logger.org.hibernate.jdbc=TRACE #Log HQL and SQL ASTs and other information about query parsing#log4j.logger.org.hibernate.hql.ast=DEBUG #Log all JAAS authorization requests#log4j.logger.org.hibernate.secure=DEBUG #Log everything (a lot of information, but very useful for troubleshooting)#log4j.logger.org.hibernate=DEBUG #log4j.logger.org.hibernate.tools=DEBUG
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -