-
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 …
-
Hi,
we have a connect timeout from time to time at the startup of the application.
shouldn't he have retried in this case ?
as it retry in case of ConnectException is seem logical for me to ret…
-
Using loki-logback-appender with the a simple config, similar to the one from [the docs](https://loki4j.github.io/loki-logback-appender/docs/jsonlayout):
```xml
http://…
-
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 out the log anymore.
I h…
-
Summary:
I've encountered an issue where Swagger UI is not accessible in my Spring WebFlux application despite configuring it with springdoc-openapi-starter-webflux-api.
Steps to Reproduce:
…
-
I implemented a custom JSON provider to set arbitrary key-value pairs (followed by example #221). I also included my classe into `logback.xml` but the error message I get seems to indicate that the de…
-
加依赖包以下错误,不加能正常启动,在class-path下放了logback的配置xml
D:\runtime\microsoft\jdk-17.0.4.1+1\bin\java.exe -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:7510,suspend=y,server=n -XX:TieredStopAtLevel=1 -D…
-
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 the…
-
Many, many thanks for having provided #205 / #206 - really good stuff. (Proper escaping for JSON is just _so_ important.)
### Summary
Unfortunately since I started to use it, actual log message …
rfuxx updated
8 months ago
-
Java.net.URI unsupported hostname with underscore
Example: `http://project_loki:3100/loki/api/v1/push`, get a error
`Caused by: java.lang.IllegalArgumentException: unsupported URI http://snapshot_l…