I can see in Docker documentation: https://docs.docker.com/config/containers/logging/gelf/
In GELF, every log message is a dict with the following fields: ... any custom fields you configure yourself
Does it mean that this driver support custom fields?
I'd like to add custom field environment to each GELF message. How can I do that?