Skip to content

Commit

Permalink
fixed package name for log
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Nov 16, 2013
1 parent d008ebd commit 2722ddb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
log4j.logger.com.humpic=DEBUG, stdout

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.logger.jetbrick=DEBUG, stdout

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=(%F:%L) - %m%n

0 comments on commit 2722ddb

Please sign in to comment.