From d63fafc397c1b2d8e7f381d0cac16a18c2ee81c6 Mon Sep 17 00:00:00 2001 From: veenm Date: Mon, 20 Jan 2025 10:25:47 +0000 Subject: [PATCH 1/2] Add src/main/resources/logback.xml --- src/main/resources/logback.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/main/resources/logback.xml diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml new file mode 100644 index 0000000..f56110a --- /dev/null +++ b/src/main/resources/logback.xml @@ -0,0 +1,15 @@ + + + + 100 + 10 + http://192.168.2.31:3100/loki/api/v1/push + + jobfindr-jvm + + + + + + + From d5a769e1de40b06e3e7637f473f4b04d2deb9b1f Mon Sep 17 00:00:00 2001 From: veenm Date: Mon, 20 Jan 2025 10:30:01 +0000 Subject: [PATCH 2/2] Update pom.xml --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 0075715..26a4950 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,11 @@ io.quarkus quarkus-hibernate-orm-panache + + com.github.loki4j + loki-logback-appender + 1.4.0 +