fluent-logger-java
fluent-logger-java copied to clipboard
A structured logger for Fluentd (Java)
Hi We are sending logs from the client to the in_forward input plugin. In production we the number of connections to the in_forward port increases over time. This results in...
When looking through RawSocketSender to troubleshoot our other issue (see comment on #18), I noticed that RawSocketSender does not handle large events very well in send(). It assumes that flush()...
Two questions/issues 1. Based on fluentd java logger https://github.com/fluent/fluent-logger-java Looks like I need to create and use fluentd logger in my application. I dont want to add Fluentd related code...
Spring reset loggers your appender restarted and sender becomes null and never initialized again.
Issue 653 of fluent/fluentd extends times to Fluent::EventTime. fluentd-logger-java apparently does not yet support this.
If FluentLogger is used as an appender with logback (such as https://github.com/sndyuk/logback-more-appenders) then any logging by FluentLogger and related classes such as RawSocketSender can end up creating a nice little...
Conflict with Spring cloud SpringApplication run. spring cloud because BootstrapApplicationListener.Causes Spring Application to execute many times. and call **FluentLogger** stop. close sender, with sender is null. then call `log(String tag,...
There are a number of useful classes (MockFluentd) in the test code which are only accessible if the project builds and distributes test jars.
There is no way to set a socket read timeout. socket.setSoTimeout() is not configurable. So if there are network issues (packet loss for a certain duration) OR if fluentd process...
currently it seems like it cannot forward messages to remote fluentd with secure_forward.