Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

log files in kafka

avatar

I can see log.dirs=/kafka-log in ambari but I am not clear what types of logs are in /varlog/kafka ?

or in other way is there difference types of logs available inside /var/log/kafka and /kafka-logs ?

Thanks in advance

1 ACCEPTED SOLUTION

avatar
Contributor

Hi Anurag:

The files under /kafka-logs are the actual data files used by Kafka. They aren't the application logs for the Kafka brokers.

The files under /var/log/kafka are the application logs for the brokers.

Thank you,

Jeff Groves

View solution in original post

1 REPLY 1

avatar
Contributor

Hi Anurag:

The files under /kafka-logs are the actual data files used by Kafka. They aren't the application logs for the Kafka brokers.

The files under /var/log/kafka are the application logs for the brokers.

Thank you,

Jeff Groves