KC: Add options to change log levels for Kafka Connect #680
Labels
area/connect
Kafka Connect, its connectors
scope/backend
Related to backend changes
status/pending-design
Pending UI design solution
status/triage/completed
Automatic triage completed
type/enhancement
En enhancement/improvement to an already existing feature
Issue submitter TODO list
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 :
Describe alternatives you've considered
The only option I am aware of is to call
{connect}/admin/loggers/{logger name}
manuallyVersion 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
The text was updated successfully, but these errors were encountered: