diff --git a/Dockerfile b/Dockerfile
index fda6ed48..db08491f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,6 @@ ARG EXTRA_CONFIG
ENV JAR_NAME=${JAR_NAME}
ENV JAR_VERSION=${JAR_VERSION}
ENV IMAGE_VERSION=${IMAGE_VERSION}
-ENV LOGBACK_CONF=${LOGBACK_CONF:-./conf/logback.xml}
COPY ./target/${JAR_NAME}-${JAR_VERSION}-jar-with-dependencies.jar /app/${JAR_NAME}-${JAR_VERSION}.jar
COPY ./target/${JAR_NAME}-${JAR_VERSION}-sources.jar /app
@@ -24,5 +23,5 @@ USER uid2-core
CMD java \
-Djava.security.egd=file:/dev/./urandom \
-Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory \
- -Dlogback.configurationFile=${LOGBACK_CONF} \
+ -Dlogback.configurationFile=/app/conf/logback.xml \
-jar ${JAR_NAME}-${JAR_VERSION}.jar
diff --git a/conf/logback.loki-e2e.xml b/conf/logback.loki-e2e.xml
deleted file mode 100644
index f1371158..00000000
--- a/conf/logback.loki-e2e.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- http://loki:3100/loki/api/v1/push
-
-
-
-
- l=%level h=${HOSTNAME} po=${port_offset:-0} c=%logger{20} t=%thread | %msg %ex
-
- true
-
-
-
-
-
- %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/conf/logback.loki.xml b/conf/logback.loki.xml
deleted file mode 100644
index 2e662280..00000000
--- a/conf/logback.loki.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- http://loki:3100/loki/api/v1/push
-
-
-
-
- l=%level h=${HOSTNAME} po=${port_offset:-0} c=%logger{20} t=%thread | %msg %ex
-
- true
-
-
-
-
-
- %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/conf/logback.xml b/conf/logback.xml
index a211e068..105339d7 100644
--- a/conf/logback.xml
+++ b/conf/logback.xml
@@ -7,7 +7,7 @@
-
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index a11f6eda..2ce1f56e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,11 +127,6 @@
logback-classic
1.5.6
-
- com.github.loki4j
- loki-logback-appender
- 1.5.1
-
commons-codec
commons-codec