I\'m playing around now with docker 1.12, created a service and noticed there is a stage of \"preparing\" when I ran \"docker service tasks xxx\".
\"preparing\"
\"docker service tasks xxx\"
Your assumption (about pulling during preparation) is correct.
There is no log command yet for tasks, but you could certainly connect to that daemon and do docker logs in the regular way.
docker logs