Skip to content

Commit

Permalink
Set CXF logger to Log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsm5 committed Nov 13, 2018
1 parent 5a32d74 commit a84c8bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ bin
.settings
.apt_generated
.factorypath

META-INF
1 change: 1 addition & 0 deletions core/src/main/resources/META-INF/cxf/org.apache.cxf.logger
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.apache.cxf.common.logging.Log4jLogger
1 change: 1 addition & 0 deletions core/src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p
#log4j.logger.bitronix.tm=DEBUG
#log4j.logger.org.quartz=DEBUG
#log4j.logger.org.apache.http=DEBUG
#log4j.logger.org.apache.cxf=DEBUG

# Suppress RestEasy javax.ws.rs.NotFoundException
log4j.logger.org.jboss.resteasy=ERROR
Expand Down

0 comments on commit a84c8bd

Please sign in to comment.