lein new chestnut mw3
This commit is contained in:
commit
9fe52661f7
16 changed files with 604 additions and 0 deletions
10
resources/log4j.properties
Normal file
10
resources/log4j.properties
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
log4j.rootLogger=DEBUG, R
|
||||
|
||||
log4j.appender.R=org.apache.log4j.RollingFileAppender
|
||||
log4j.appender.R.File=log/server.log
|
||||
|
||||
log4j.appender.R.MaxFileSize=4096KB
|
||||
log4j.appender.R.MaxBackupIndex=9
|
||||
|
||||
log4j.appender.R.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.R.layout.ConversionPattern=[%d][%p][%c] %m%n
|
||||
Loading…
Add table
Add a link
Reference in a new issue