neither of the kind
KAFKA_LOG4J_ROOT_LOGLEVEL: 'INFO'KAFKA_TOOLS_LOG4J_LOGLEVEL: 'INFO'KAFKA_LOG4J_LOGGERS: 'kafka:controller=WARN'
doesn't helps.
I still can see TRACE logs.
kafka_1 | [2020-08-14 15:46:47,045] INFO [Controller id=1] Processing automatic preferred replica leader election (kafka.controller.KafkaController)
kafka_1 | [2020-08-14 15:46:47,046] TRACE [Controller id=1] Checking need to trigger auto leader balancing (kafka.controller.KafkaController)
kafka_1 | [2020-08-14 15:46:47,054] DEBUG [Controller id=1] Topics not in preferred replica for broker 1 Map() (kafka.controller.KafkaController)
kafka_1 | [2020-08-14 15:46:47,057] TRACE [Controller id=1] Leader imbalance ratio for broker 1 is 0.0 (kafka.controller.KafkaController)
neither of the kind
KAFKA_LOG4J_ROOT_LOGLEVEL: 'INFO'
KAFKA_TOOLS_LOG4J_LOGLEVEL: 'INFO'
KAFKA_LOG4J_LOGGERS: 'kafka:controller=WARN'
doesn't helps. I still can seeTRACE
logs.