Reduce logging level during resolver configuration parsing

Description

Both BaseResolverPluginDependencyParser and BaseResolverPluginParser log their invocation at INFO. This means two pretty uninteresting log lines for every attribute definition, repeated again when the attribute registry parses the same file.

These should probably be dropped to DEBUG level.

Environment

None

Activity

Rod Widdowson March 2, 2020 at 1:46 PM

The code read as if this was once once per file which of course isn't the case.

Rod Widdowson March 2, 2020 at 1:42 PM

on to it

Ian Young March 2, 2020 at 10:02 AM

I'm biased but yes, I'd think so. It's not as if someone who really loves being told about every line in their configuration can't turn on logging for those two classes, they don't log anything else.

Rod Widdowson February 29, 2020 at 8:36 PM

This feels pretty non controversial. V4?

Completed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Created February 29, 2020 at 5:32 PM
Updated March 2, 2020 at 1:46 PM
Resolved March 2, 2020 at 1:46 PM