Mercurial > dive4elements > http-client
comparison conf/log4j.properties @ 0:a1db30b33f43
Moved the experimental branch 'work-on-gwt' of the console-client to an own module 'http-client' and removed the console-client.
http-client/trunk@1323 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 17 Feb 2011 10:31:40 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a1db30b33f43 |
---|---|
1 #### Log just errors and warnings to a file. | |
2 log4j.rootLogger=DEBUG, BSH | |
3 | |
4 log4j.appender.BSH=org.apache.log4j.RollingFileAppender | |
5 log4j.appender.BSH.File=./logs/console-client.log | |
6 log4j.appender.BSH.MaxFileSize=5000KB | |
7 log4j.appender.BSH.MaxBackupIndex=1 | |
8 log4j.appender.BSH.layout=org.apache.log4j.PatternLayout | |
9 log4j.appender.BSH.layout.ConversionPattern=%d [%t] %-5p %c - %m%n |