That kafkaServer-gc.log contains GC logs produced by the JVM. The JVM GC
logging options are set in kafka-run-class.sh script from Kafka
distribution. GC logging is enabled by default. You should be able to
override the default behavior with KAFKA_GC_LOG_OPTS variable (never tried
it myself though)
Hi
I am using kafka_2.8.0-0.8.0.tar.gz bundle.
I have set Log level as "OFF" in log4j.properties file and according to
this log level,the logging is off(there should be no log generation in any
.log file).
But Kafka is generating logs in kafkaServer-gc.log file.Please tell if
logging of this par