Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create replacement of deprecated org.apache.cxf.interceptor.LoggingInInterceptor #9404

Closed
BerksanAtes opened this issue Oct 21, 2019 · 0 comments · Fixed by #18252
Closed
Assignees
Labels
in:Web Services team:Bobcats JAX-WS Web Services Team

Comments

@BerksanAtes
Copy link
Member

With newer version of CXF the usage of logging interceptors changed drastically. org.apache.cxf.interceptor.LoggingInInterceptor is deprecated. cxf/rt/features/logging LoggingFeature bundle is created to provide replacing functionality.

From Apache CXF -- 2.5 Migration Guide
"The Logging interceptors now log using service specific categories/loggers instead of just LoggingInInterceptor/LoggingOutInterceptor. The names of the logger that is used is org.apache.cxf.services.ServiceName.PortName.PortTypeName. This allows the user to configure specific per service filters and formatters in their logging configuration."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:Web Services team:Bobcats JAX-WS Web Services Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants