mvn clean - cleanps up only target, dist directories; testclient.log file should be generated inside target directory

Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
sbalineni 2014-01-07 19:20:01 +00:00 committed by Daan Hoogland
parent 9be51e1961
commit 8dca59d4f9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ log4j.appender.rolling=org.apache.log4j.DailyRollingFileAppender
log4j.appender.rolling.layout=org.apache.log4j.PatternLayout
log4j.appender.rolling.layout.ConversionPattern=%d %-5p [%c{3}] (%t:%x) %m%n
log4j.appender.rolling.file.threshold=DEBUG
log4j.appender.rolling.File=./logs/testclient.log
log4j.appender.rolling.File=./target/logs/testclient.log
log4j.appender.rolling.DatePattern='.'yyy-MM-dd
log4j.appender.rolling.file.append=false
log4j.category.org.apache=INFO, rolling, stdout