1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-05 23:22:51 +00:00

HotFile implementation

This commit is contained in:
2011-09-07 23:54:31 -03:00
parent 5b826129e7
commit 09bba8fc8e
15 changed files with 685 additions and 132 deletions

10
log4.properties Normal file
View File

@@ -0,0 +1,10 @@
log4j.rootLogger=INFO, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%5p [%c] %m%n
log4j.logger.httpclient.wire.header=DEBUG
log4j.logger.org.apache.commons.httpclient=DEBUG