⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 log4j.properties

📁 基于jbpm开发的实例
💻 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 + -