Oleg Sigida

Results 12 comments of Oleg Sigida

this library is compiled with ``` net.logstash.logback logstash-logback-encoder 3.5 ``` which has constant: `public static final int DEFAULT_QUEUE_SIZE = 10000;` see: https://github.com/logstash/logstash-logback-encoder/blob/logstash-logback-encoder-3.5/src/main/java/net/logstash/logback/appender/LogstashTcpSocketAppender.java I've used logstash-logback-encoder version 4.2, which has this...

Looks quite useful: I fetch files on CI/CD server, and logs get polluted with the fetching progress It would be nice to have ability to disable verbose output when the...