Should be possible to disable default error log listener 
---------------------------------------------------------

                 Key: CONFIGURATION-439
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-439
             Project: Commons Configuration
          Issue Type: Improvement
          Components: Events & Notifications
    Affects Versions: 1.6, Nightly Builds
            Reporter: Mike Noordermeer


The current version of Commons Configuration always adds a default error 
listener that logs internal errors. This causes an exception to be logged when, 
for instance, an optional include from a DefaultConfigurationBuilder is not 
found. The default error listener can be removed with clearErrorListeners(), 
but this is not easily possible when recursively including a 
DefaultConfigurationBuilder config in a DefaultConfigurationBuilder config.

It should be possible to disable the default logging of internal errors, or at 
least disable the default logging of non-existent optional configuration files.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to