Skip to content

Commit af7990e

Browse files
committed
I find it scary when broker start logs:
log.dir = /tmp/kafka-logs log.dirs = /var/lib/kafka/data/topics but this is the lesser of two evils compared to duplicate values
1 parent 4d6436d commit af7990e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kafka/10broker-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ data:
3838
############################# Log Basics #############################
3939
4040
# A comma seperated list of directories under which to store log files
41+
# Overrides log.dir
4142
log.dirs=/var/lib/kafka/data/topics
4243
4344
# The default number of log partitions per topic. More partitions allow greater

0 commit comments

Comments
 (0)