From a4333bed845c3aebfb9f173028194ab6ea643509 Mon Sep 17 00:00:00 2001 From: Tom Bentley Date: Tue, 26 Oct 2021 22:30:16 +0100 Subject: [PATCH] MINOR: change log.dirs for config/kraft/controller.properties (#11028) Change log.dirs for config/kraft/controller.properties to be more consistent with the other example config files for kraft. Reviewers: Colin P. McCabe --- config/kraft/controller.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kraft/controller.properties b/config/kraft/controller.properties index 30fe3e78f3ad8..54aa7fb9a031c 100644 --- a/config/kraft/controller.properties +++ b/config/kraft/controller.properties @@ -70,7 +70,7 @@ socket.request.max.bytes=104857600 ############################# Log Basics ############################# # A comma separated list of directories under which to store log files -log.dirs=/tmp/raft-controller-logs +log.dirs=/tmp/kraft-controller-logs # The default number of log partitions per topic. More partitions allow greater # parallelism for consumption, but this will also result in more files across