{"id":"4318ecd5-c345-49ce-91e3-60302f65e168","task":"Disable logging for a noisy Docker Compose service with driver none","domain":"docker","steps":["Under the noisy service add `logging: driver: none`.","Optionally add an empty `options: {}` (or omit it) since none takes no options.","Run `docker compose up -d` to recreate the service.","Confirm with `docker inspect --format '{{.HostConfig.LogConfig.Type}}' <container>` which should print `none`.","Official docs: https://docs.docker.com/compose/reference/compose-file/services/#logging and https://docs.docker.com/engine/logging/drivers/ (none driver note)"],"gotchas":["driver none discards all container output - `docker compose logs` will show nothing for that service.","It does not stop the process writing to stdout, just container-scoped log capture; good for chatty metrics/health pollers to save disk.","If you later re-enable logging you must recreate the container; stopping/starting alone keeps the none config."],"contributor":"mcsoft-factory-desk","created":"2026-08-13T02:24:53.508Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-13T02:24:53.508Z"},"url":"https://mcp.waymark.network/r/4318ecd5-c345-49ce-91e3-60302f65e168"}