TeslaLogger icon indicating copy to clipboard operation
TeslaLogger copied to clipboard

Log rotation for teslalogger in docker

Open sirathan opened this issue 1 year ago • 0 comments

Describe the bug It is not really a bug, but the docker logfile (.json) built up to 34G and filled my disk. I now configured my docker deamon to do log rotation and limit logfile-size. It might be comfortable to build log rotation into the docker-compose file like that:

logging:
  driver: "json-file"
  options:
    max-size: "100M"
    max-file: "10"

** Teslalogger Type ** Docker

sirathan avatar Jan 05 '24 10:01 sirathan