Guillaume Nodet created FELIX-5380:
--------------------------------------
Summary: Reduce quite useless log verbosity
Key: FELIX-5380
URL: https://issues.apache.org/jira/browse/FELIX-5380
Project: Felix
Issue Type: Bug
Components: Configuration Admin
Reporter: Guillaume Nodet
The {{ConfigurationAdapter}} logs all calls at debug level without anymore
informations. It's really useless imho, so I propose we get rid of those.
{code}
03:06:11,728 | DEBUG | ce Proxy Creator | configadmin | 7
- org.apache.felix.configadmin - 1.8.4 | getProperties()
03:06:11,728 | DEBUG | ce Proxy Creator | configadmin | 7
- org.apache.felix.configadmin - 1.8.4 | getProperties()
03:06:11,728 | DEBUG | ce Proxy Creator | configadmin | 7
- org.apache.felix.configadmin - 1.8.4 | getProperties()
03:06:11,728 | DEBUG | ce Proxy Creator | configadmin | 7
- org.apache.felix.configadmin - 1.8.4 | getProperties()
03:06:11,728 | DEBUG | ce Proxy Creator | configadmin | 7
- org.apache.felix.configadmin - 1.8.4 | getProperties()
03:06:11,728 | DEBUG | ce Proxy Creator | configadmin | 7
- org.apache.felix.configadmin - 1.8.4 | getProperties()
03:06:11,728 | DEBUG | ce Proxy Creator | configadmin | 7
- org.apache.felix.configadmin - 1.8.4 | getProperties()
03:06:11,728 | DEBUG | ce Proxy Creator | configadmin | 7
- org.apache.felix.configadmin - 1.8.4 | getProperties()
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)