We are using graylog for a java project using gelf appender.
When we send two or more log.info(“some content”) lines from a method, it always comes as a single message to graylog which has two info bodies combined in graylog message.
But if we send logs from two separate objects methods, both of the logs arrive at graylog as two different messages.
Just our 2nd day with graylog and wonder what we have missed!. Any guidance/help is much appreciated.