You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by David Montgomery <da...@gmail.com> on 2015/12/29 11:49:35 UTC

error reading ‘kafka-logs’: Is a directory

Hi,

Why do I get this error in the logs for v8.x?

==> kafka-logs <==
tail: error reading ‘kafka-logs’: Is a directory
tail: kafka-logs: cannot follow end of this type of file; giving up on this
name

Here is what I have in the config file

log.dirs=/tmp/kafka-logs

Is this a major issue?

Thanks

Re: error reading ‘kafka-logs’: Is a directory

Posted by Guozhang Wang <wa...@gmail.com>.
David,

There should be log files in the "/tmp/kafka-logs" folder.

Guozhang

On Tue, Dec 29, 2015 at 2:49 AM, David Montgomery <davidmontgomery@gmail.com
> wrote:

> Hi,
>
> Why do I get this error in the logs for v8.x?
>
> ==> kafka-logs <==
> tail: error reading ‘kafka-logs’: Is a directory
> tail: kafka-logs: cannot follow end of this type of file; giving up on this
> name
>
> Here is what I have in the config file
>
> log.dirs=/tmp/kafka-logs
>
> Is this a major issue?
>
> Thanks
>



-- 
-- Guozhang