pilhuhn / quakus-logging-loki

A PoC for logging to Loki to Quakus
4 stars 2 forks source link

I am getting Could not find artifact io.quarkus:quarkus-logging-loki:jar:919-SNAPSHOT #1

Open abvijaykumar opened 1 year ago

abvijaykumar commented 1 year ago

Hi, I am getting Could not find artifact io.quarkus:quarkus-logging-loki:jar:919-SNAPSHOT

when I use

<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-logging-loki</artifactId>
  <version>919-SNAPSHOT</version>
</dependency>

am I using the right version?

pilhuhn commented 1 year ago

Did you first build the extension as described in the REAME? Also this PoC is pretty old, so may no longer be working for an up to date version of Quarkus.

abvijaykumar commented 1 year ago

No, I don't find those instructions...anyway I am thinking not to use it, since u r saying its old. Thanks

abvijaykumar commented 1 year ago

what is ur recommendation to use Loki with my Quarkus application?

pilhuhn commented 1 year ago

The instructions are here https://github.com/pilhuhn/quakus-logging-loki#building

I think you can just log to stdout (default) and then use Promtail to collect the logs. I don't know the details of this though.