Reduce logging level during resolver configuration parsing
Basics
Logistics
Basics
Logistics
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.
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.