Skip to content

Remove logger which is already defined in superclass. #7261

@horizonzy

Description

@horizonzy

Some class already define logger at superclass such as AbstractMetadataReport.

The subclass needn't define logger again. But some class do as it, such as NacosMetadataReport.

private static final Logger logger = LoggerFactory.getLogger(NacosMetadataReport.class);

Remove the logger which is define at subclass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions