v.24.8Improvement

Do not pass logs for keeper in Docker image to allow overriding

Do not pass logs for keeper explicitly in the Docker image to allow overriding. #65564 (Azat Khuzhin).
The ClickHouse Docker image no longer explicitly passes log configuration for the Keeper service.

Why it matters

This change allows users to override the Keeper logging settings more easily when using the ClickHouse Docker image, providing greater flexibility in configuring log behavior.

How to use it

Users can now customize Keeper logging in the Docker environment by supplying their own logging configuration without being overridden by default settings in the image.