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
trafficstars

Hi, I have a spring application that uses cloud config server. After each time we refresh the config, hence firing a content refresh event. The loki append does not send...

clarification needed

Hi, is it possible to add support for sending structured metadata in addition to labels? https://grafana.com/docs/loki/latest/get-started/labels/structured-metadata/ It's an experimental feature, but promtail already supports it and it would be nice...

enhancement

It would be nice if loki-logback-appender supported logfmt layout by default (https://brandur.org/logfmt). Compared to the json output it has the upside of being more readable for humans (imo) and is...

I'd love to set `format.message.mdc.fieldName` to an empty string. I have tried setting it to `` but I am still ending up with an `mdc_` prefix. Did I get the...

Hi, we just upgraded to version 2.0.0, especially hoping to get the benefits of PR #300 - no more empty metadata, when e.g. a MDC field is sometimes empty. It...