Skip to content

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

@matsumo-and
Copy link

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.

Signed-off-by: matsumo-and <yh134.toisanda@gmail.com>
@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants