Skip to content

_data_is_applicable pollutes verbose output with 'There is no applicable data for loader' #8500

Description

@tjprescott

When I run the linter with --verbose, my screen fills up with pages of this message:
There is no applicable data for loader <class 'azure.cli.core._help_loaders.HelpLoaderV1'>.

The source of the problem is line 37 of _help_loaders.py. These logger.info statements aren't necessary. They should be, at most, debug statements. We should also look into why _data_is_applicable is called hundreds of times.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions