mirror of
https://github.com/Rogiel/httpchannel
synced 2025-12-05 23:22:51 +00:00
HotFile implementation
This commit is contained in:
10
log4.properties
Normal file
10
log4.properties
Normal 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
|
||||
Reference in New Issue
Block a user