Looks like the log/production.log file is being created inside the containers We should avoid it or rotate it ``` docker inspect container_name --format='{{.LogPath}}' ``` Also, in docker systems, configure log rotations https://docs.docker.com/engine/logging/configure/
Looks like the log/production.log file is being created inside the containers
We should avoid it or rotate it
Also, in docker systems, configure log rotations
https://docs.docker.com/engine/logging/configure/