?? log4j.production.properties
字號:
log4j.appender.stdout=org.apache.log4j.ConsoleAppenderlog4j.appender.stdout.layout=org.apache.log4j.PatternLayout# Enable logging for everything. Rarely usefullog4j.rootLogger=error, stdout# Enable this logger to log Hibernate output# handy to see its database interaction activity#log4j.logger.org.hibernate=debug,stdout#log4j.additivity.org.hibernate=false# Enable this logger to see what Spring does, occasionally useful#log4j.logger.org.springframework=info,stdout #log4j.additivity.org.springframework=false# This logger covers all of Grails' internals# Enable to see whats going on underneath. log4j.logger.org.codehaus.groovy.grails=info,stdout log4j.additivity.org.codehaus.groovy.grails=false# This logger is useful if you just want to see what Grails# configures with Spring at runtime. Setting to debug will show# each bean that is configuredlog4j.logger.org.codehaus.groovy.grails.commons.spring=info,stdoutlog4j.additivity.org.codehaus.groovy.grails.commons.spring=false # Interesting Logger to see what some of the Grails factory beans are doinglog4j.logger.org.codehaus.groovy.grails.beans.factory=info,stdoutlog4j.additivity.org.codehaus.groovy.grails.beans.factory=false# This logger is for Grails' public APIs within the grails. packagelog4j.logger.grails=info,stdoutlog4j.additivity.grails=false
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -