loki-logback-appender icon indicating copy to clipboard operation
loki-logback-appender copied to clipboard

Fast and lightweight implementation of Logback appender for Grafana Loki

Results 17 loki-logback-appender issues
Sort by recently updated
recently updated
newest added

https://advisory.checkmarx.net/advisory/vulnerability/CVE-2021-22569/ Intellij told me that this version of protobuf-java has a CVE filed against it.

Separate a Loki client from logback specifics in order to provide a library that can be used independently of logging frameworks (e.g. logback, log4j). - [x] Utils (#101) - [x]...

enhancement

Hello team, I would like to reach out for a small enhancement request. It would be great to have a flag, something like (just a suggestion): ``` some-flaky-loki true ```...

clarification needed

I have been debugging a memory issue and pinned it finally to loki-logback-encoder. Lets start with my analysis My memory heap dump (relevant part only) ![image](https://github.com/loki4j/loki-logback-appender/assets/145535273/79b95055-aa63-4510-87b9-55f723463f76) Loki appender related in:...

bug

For a while Logback has had dedicated support to log and print key-value pairs (`%kvp` in `PatternLayout`) to facilitate structured logging. It looks like currently the Loki appender doesn't print...

enhancement