I read my Docker container log output using
docker logs -f
I log lots of data to the log in my node.js app via call
Solution for a docker swarm service:
logging: options: max-size: "10m" max-file: "10"