Skip to main content

Re: Kafka server.log deletion config

Hi Gaurav,
you can make use of log4j.properties for managing log files.
Define housekeeping policy and get rid of too many files.


On Sat, 22 Jul 2023 at 10:58 AM, Gaurav Pande <gaupande21@gmail.com> wrote:

> Hi All,
>
> I am running Apache kafka 2.7.0 and I see that presently there are many
> server.logv files but how is the deletion of these file governed or can be
> governed? Instead of manually deleting them.
>
> Is there some config that I can set to delete them regularly.
>
> Thanks,
> GP
>

Comments