Open craig-osterhout opened 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it had not recent activity during the stale period.
From: https://github.com/docker/docker.github.io/issues/14589 File:
Problem: There are inconsistencies in how logging configuration is described. I'm not sure which is correct or I'd fix it myself.
File: cloud/ecs-compose-features.md URL: https://docs.docker.com/cloud/ecs-compose-features/#logs
The page states:
But the code block uses
driver-opts
instead ofdriver_opts
:File: cloud/ecs-compose-examples.md URL: https://docs.docker.com/cloud/ecs-compose-examples/#service
In the Service -> Logging section, logging is configured via an
options
object instead ofdriver_opts
:URL: https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
And finally, the json-spec shows support for an
options
object for logging. It does not appear to supportdriver_opts
.