Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: remove duplicate logger#3976

Open
matsumo-and wants to merge 1 commit intospring-cloud:mainfrom
matsumo-and:remove_duplicate_logger
Open

fix: remove duplicate logger#3976
matsumo-and wants to merge 1 commit intospring-cloud:mainfrom
matsumo-and:remove_duplicate_logger

Conversation

Copy link

matsumo-and commented Nov 11, 2025

The ForwardedHeadersFilter class currently defines two Logger instances:

one is a static member

and the other is an instance member

Having both is redundant and can cause confusion.
This PR removes the instance-level Logger and uses the static one consistently.

matsumo-and force-pushed the remove_duplicate_logger branch from bf7f770 to b02e08f Compare November 11, 2025 16:32
spring-cloud-issues added the waiting-for-triage label Nov 11, 2025
spencergibb reviewed Nov 11, 2025
Signed-off-by: matsumo-and
matsumo-and force-pushed the remove_duplicate_logger branch from ae6067e to b668f4e Compare November 13, 2025 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

spencergibb spencergibb left review comments

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants