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

CORE-2055: net: allow transport logger to be customized #17596

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

dotnwat
Copy link
Member

@dotnwat dotnwat commented Apr 3, 2024

net: allow transport logger to be customized

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.3.x
  • v23.2.x

Release Notes

  • none

Disabling this as it was enabled without testing in the open-source
build where the macro is active. There are a lot of warnings.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Before this change anything the net::transport logger would log would
show up as the RPC logger rather than specializations like http,kafka.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
@@ -13,6 +13,7 @@
#include "base/seastarx.h"
#include "base/vassert.h"
#include "config/property.h"
#include "rpc/logger.h"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a separate PR the conn_quota is separate from the net::transport which is handled in this PR

@vbotbuildovich
Copy link
Collaborator

@dotnwat dotnwat changed the title net: allow transport logger to be customized CORE-2055: net: allow transport logger to be customized Apr 4, 2024
@dotnwat dotnwat merged commit 35f158a into redpanda-data:dev Apr 4, 2024
19 checks passed
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.

None yet

3 participants