1 Answer
- Newest
- Most votes
- Most comments
0
Hello there,
It seems someone might have enabled the DEBUG logging. However, you can disable at broker level using the below commands:
bin/kafka-configs.sh --bootstrap-server localhost:9092 --describe --entity-type broker-loggers --entity-name 0
// show all the log levels for broker 0
bin/kafka-configs.sh --bootstrap-server localhost:9092 --alter --add config "kafka.server.ReplicaManager=WARN,kafka.server.KafkaApis=DEBUG" --entity-type broker-loggers --entity-name 0
// set some log levels for broker 0
I hope this helps.
Relevant content
- asked 2 years ago
- asked a year ago
- asked 4 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago