Jeeaaasus / youtube-dl

Automated yt-dlp Docker image
https://hub.docker.com/r/jeeaaasustest/youtube-dl/
MIT License
258 stars 33 forks source link

[Feature request] add auto delete/trim logs after x amount of time #68

Closed basings closed 2 years ago

Jeeaaasus commented 2 years ago

Hi there! :)

As of now there are no log files being created inside the container. The logs you see when running docker logs youtube-dl is captured by the docker service and not something the container controls.

You can change how docker handles logging for a container. You might be looking for something like this: --log-opt max-buffer-size=4m