TeslaLogger
TeslaLogger copied to clipboard
Log rotation for teslalogger in docker
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