Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GRPCLogger #1853

Merged
merged 3 commits into from
Apr 9, 2024
Merged

Remove GRPCLogger #1853

merged 3 commits into from
Apr 9, 2024

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Apr 9, 2024

Motivation:

GRPCLogger was added so that the source of logs was always set to 'GRPC'. This was done because swift-log would set it to the parent directory of the source file assuming it would be the module which isn't always the case. This was fixed some time ago in swift-log making GRPCLogger redundant.

Modifications:

  • Remove GRPCLogger

Result:

Less code

Motivation:

GRPCLogger was added so that the source of logs was always set to
'GRPC'. This was done because swift-log would set it to the parent
directory of the source file assuming it would be the module which isn't
always the case. This was fixed some time ago in swift-log making
GRPCLogger redundant.

Modifications:

- Remove GRPCLogger

Result:

Less code
@glbrntt glbrntt requested a review from gjcairo April 9, 2024 12:20
@glbrntt glbrntt added the 🔨 semver/patch No public API change. label Apr 9, 2024
@glbrntt glbrntt enabled auto-merge (squash) April 9, 2024 12:46
@glbrntt glbrntt merged commit 6ee1ed2 into grpc:main Apr 9, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants