Logging interceptors: Create a separate logger category for each service so
they can be configured indepenently
---------------------------------------------------------------------------------------------------------------
Key: CXF-3888
URL: https://issues.apache.org/jira/browse/CXF-3888
Project: CXF
Issue Type: Improvement
Components: Core
Affects Versions: 2.4.3
Reporter: Christian Schneider
Assignee: Christian Schneider
Fix For: 2.5
We currently use the same logger category fo all services. The problem is that
this makes it difficult to decide which services to log at runtime.
I would like to create a logger category like
service.<ServiceName>.<OperationName>
So you can easyly configure logging for each service. By changing the log level
for the category.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira