-
- below is previous message pattern on logback
``` xml
{
"level":"%level",
"class":"%logger{36}",
…
geoje updated
2 months ago
-
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] Writers (#87, #108)…
-
It seems that just adding Loki appender to logback causes the following messages to appear at the start. Any ideas?
```xml
${loki.host}
${loki.port}
%msg
…
-
We have a running Loki instance at https://open-elements-loki.azurewebsites.net (no frontend) and a running Grafana at https://open-elements-grafana.azurewebsites.net. As a next step we need to forwar…
-
Like the title sais, I want to send my log file to loki but in a json format.
As far as I am aware, This is the way to do it normally:
```
…
-
Push logs to deployments of the [Loki Operator](https://github.com/canonical/loki-operator)
-
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 …
-
Hello,
Just wanted to reach out with a small issue I am observing.
We are using this appender, and configuring this property to true.
```
true
…
-
I have a microservice environment where the Loki container and the Java applications run in separate Docker containers, managed by Nomad. The application container usually starts before the Loki conta…
-
## 目的
- 開発環境のJavaのログをLokiで回収し,grafanaで確認できるようにする
- ログの回収方法はPromtailもしくはdocker の [plugin](https://grafana.com/docs/loki/latest/send-data/docker-driver/),`loki-logback-appender` を検討する
## 期待結果
…