I want to see the logs from my Docker Swarm service. Not only because I want all my logs to be collected for the usual reason, but also because I want to work out why the service is crashing with "task: non-zero exit (1)"
.
I see that there is work to implement docker logs
in the pipeline, but there a way to access logs for production services? Or is Docker Swarm not ready for production wrt logging?