[
https://issues.apache.org/jira/browse/CXF-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528521
]
Guillaume Nodet commented on CXF-1033:
--------------------------------------
This is not a fix, but a workaround.
Sending common/pom.xml
Adding
common/src/main/java/org/apache/cxf/common/logging/AbstractDelegatingLogger.java
Adding
common/src/main/java/org/apache/cxf/common/logging/Log4jLogger.java
Sending common/src/main/java/org/apache/cxf/common/logging/LogUtils.java
Transmitting file data ....
Committed revision 577021.
> Migrate to another logging solution rather than java.util.logging
> -----------------------------------------------------------------
>
> Key: CXF-1033
> URL: https://issues.apache.org/jira/browse/CXF-1033
> Project: CXF
> Issue Type: New Feature
> Components: Integration
> Affects Versions: 2.0.2
> Reporter: Julien DUMETIER
> Assignee: Guillaume Nodet
> Priority: Minor
> Attachments: AbstractDelegatingLogger.java, Log4jLogger.java
>
>
> The java.util.logging output is hard to redirect to an existing logging
> solution.
> I suggest to use SLF4J or something else.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.