Since docker 1.6.0 it allows setting a log adapter. This is very useful for production setups to send logs to a log aggregator such as logstash/fluentd. It would be amazing if rancher and rancher-compose would support these.
The according PRs to docker-compose for the docker-compose.yml reference:
- log-driver: https://github.com/docker/compose/pull/1388
- log-opt: https://github.com/docker/compose/pull/1665