migrate old Repo
This commit is contained in:
commit
39755c7cdd
41 changed files with 4850 additions and 0 deletions
17
resources/self4j.properties
Normal file
17
resources/self4j.properties
Normal file
|
@ -0,0 +1,17 @@
|
|||
log4j.rootLogger=ALL, stdout, R
|
||||
|
||||
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
||||
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
||||
|
||||
# Pattern to output the caller's file name and line number.
|
||||
log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
|
||||
|
||||
log4j.appender.R=org.apache.log4j.RollingFileAppender
|
||||
log4j.appender.R.File=this.log
|
||||
|
||||
log4j.appender.R.MaxFileSize=10MB
|
||||
# Keep one backup file
|
||||
log4j.appender.R.MaxBackupIndex=1
|
||||
|
||||
log4j.appender.R.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n
|
Loading…
Add table
Add a link
Reference in a new issue