Gelf driver not sending exception logs

Here is docker-compose.yml

 logging:
          driver: gelf
          options:
            gelf-address: "tcp://graylogHost:graylogPort"

But, when it get exceptions at container start, for example jvm argument syntax error, I couldn’t see on Graylog stream.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.