Is your feature request related to a problem? Please describe.
In version 20.10 of the Docker engine, the functionality of double logging has been added (https://docs.docker.com/config/containers/logging/dual-logging/)
However, when I try to use this after using docker-compose logs -f, I get the message WARNING: no logs are available with the 'gelf' log driver
Describe the solution you'd like
Add a docker engine version check. If it supports double login add log display.
Additional context