fluent-logger-java
fluent-logger-java copied to clipboard
A structured logger for Fluentd (Java)
I made patch to support logging Java objects and some primitives. This patch enables users to log objects like these: ``` java logger.log("tag", "hello"); logger.log("tag", new Msg("hello", true)); ``` outputs:...
### Description: I observed a previous suggested fix injected some delay to fix the flaky test, but I believe that fix might be unstable in a CI environment or when...
**Description:** This test is flakily fails. I run this test many times and it makes assertion fails. I was running this test many times and it fails. The failure message...
Commit version - da14ec3 Describe the bug It is possible to encounter an unexpected crash due to using the shared variable array in multiple locations (variable name is counters, in...
Hello, I am wondering if this library is still maintained. The fact that it is in the official fluent namespace seems like it would be an obvious choice, but the...