From bc56cb8c525db267f776de72d07c95a65cb52a5c Mon Sep 17 00:00:00 2001 From: kaisecheng <69120390+kaisecheng@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:27:00 +0000 Subject: [PATCH] Update docs/static/troubleshoot/ts-kafka.asciidoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Duarte --- docs/static/troubleshoot/ts-kafka.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/static/troubleshoot/ts-kafka.asciidoc b/docs/static/troubleshoot/ts-kafka.asciidoc index 8a73e7863cf..d36304af242 100644 --- a/docs/static/troubleshoot/ts-kafka.asciidoc +++ b/docs/static/troubleshoot/ts-kafka.asciidoc @@ -172,6 +172,8 @@ To troubleshoot authentication failures in Kafka client, add `-Dsun.security.krb ``` logger.kafkainput.name = logstash.inputs.kafka logger.kafkainput.level = debug +logger.kafkaoutput.name = logstash.outputs.kafka +logger.kafkaoutput.level = debug logger.kafka.name = org.apache.kafka logger.kafka.level = debug ```