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

Add options to change log levels for Kafka Connect #680

Open
2 tasks done
yeikel opened this issue Nov 27, 2024 · 0 comments
Open
2 tasks done

Add options to change log levels for Kafka Connect #680

yeikel opened this issue Nov 27, 2024 · 0 comments
Labels
status/triage/completed Automatic triage completed status/triage/manual Manual triage in progress type/feature A brand new feature

Comments

@yeikel
Copy link
Contributor

yeikel commented Nov 27, 2024

Issue submitter TODO list

  • I've searched for an already existing issues here
  • I'm running a supported version of the application which is listed here and the feature is not present there

Is your proposal related to a problem?

It is often necessary to change the log levels of Kafka connect at runtime during development and debugging. Currently, I need to multi task between the UI and the Kafka Connect REST API as this feature is not exposed in the UI

Describe the feature you're interested in

Expose UI elements to access the different endpoints that the API exposes that can be used to adjust the log levels.

Example features include :

  • Check log levels
  • Get the log level for a specific logger and/or connector
  • Change the log level for a specific logger and/or connector

Describe alternatives you've considered

The only option I am aware of is to call {connect}/admin/loggers/{logger name} manually

Version you're running

c8a8759

Additional context

From provectus/kafka-ui#4349

See https://cwiki.apache.org/confluence/display/KAFKA/KIP-495:+Dynamically+Adjust+Log+Levels+in+Connect

@yeikel yeikel added status/triage Issues pending maintainers triage type/feature A brand new feature labels Nov 27, 2024
@kapybro kapybro bot added status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage/completed Automatic triage completed status/triage/manual Manual triage in progress type/feature A brand new feature
Projects
None yet
Development

No branches or pull requests

1 participant