Cezary Regec
Cezary Regec
I had been trying to configure logstash-logback-encoder to send logs to Graylog, while reusing existing Beats input that is also used by Filebeat. Unfortunately I couldn't get it to work,...
This pull request relates to [LOGBACK-1558](https://jira.qos.ch/browse/LOGBACK-1558). I have implemented a fix for the code that fails the following tests: * ch.qos.logback.classic.joran.JoranConfiguratorTest, * ch.qos.logback.core.rolling.helper.RollingCalendarTest RollingCalendar had an issue when detecting collisions...
This is a pull request related to [LOGBACK-1557](https://jira.qos.ch/browse/LOGBACK-1557) ServerSocketAppender (or any appender using ConcurrentServerRunner) can emit an error when stopping. This issue is most noticeable in projects where Spring Boot...