I am trying to send all logs (exceptions too) to Graylog, but; for example, if there are some mistakes in logback.config file or JVM argument syntax error, I can't see in Graylog stream.
Here is docker-compose.yml;
logging:
driver: gelf
options:
gelf-address: "tcp://graylogHost:graylogPort"