Cleaned up and formatted the project the project after decompilation.
Also added the two servers for UCB and NABARD banks
This commit is contained in:
12
src/main/resources/log4j.properties
Normal file
12
src/main/resources/log4j.properties
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
# Define the root logger with appender file
|
||||
#log =G:/log
|
||||
log=/home/ec2-user/NEFT_RTGS_DBT_LOGS/INWARD_RTGS
|
||||
|
||||
log4j.rootLogger=DEBUG, RollingAppender
|
||||
log4j.appender.RollingAppender=org.apache.log4j.DailyRollingFileAppender
|
||||
log4j.appender.RollingAppender.File=${log}/inwardrtgs.out
|
||||
log4j.appender.RollingAppender.DatePattern='.'yyyy-MM-dd
|
||||
log4j.appender.RollingAppender.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.RollingAppender.layout.ConversionPattern=[%p] %d %c %M - %m%n
|
||||
Reference in New Issue
Block a user