File tree Expand file tree Collapse file tree 4 files changed +2
-36
lines changed
Expand file tree Collapse file tree 4 files changed +2
-36
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ ARG EXTRA_CONFIG
1111ENV JAR_NAME=${JAR_NAME}
1212ENV JAR_VERSION=${JAR_VERSION}
1313ENV IMAGE_VERSION=${IMAGE_VERSION}
14- ENV LOGBACK_CONF=${LOGBACK_CONF:-./conf/logback.xml}
1514
1615COPY ./target/${JAR_NAME}-${JAR_VERSION}-jar-with-dependencies.jar /app/${JAR_NAME}-${JAR_VERSION}.jar
1716COPY ./target/${JAR_NAME}-${JAR_VERSION}-sources.jar /app
@@ -25,6 +24,6 @@ USER uid2-admin
2524CMD java \
2625 -Djava.security.egd=file:/dev/./urandom \
2726 -Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory \
28- -Dlogback.configurationFile=${LOGBACK_CONF} \
27+ -Dlogback.configurationFile=/app/conf/logback.xml \
2928 -Xmx4g \
3029 -jar ${JAR_NAME}-${JAR_VERSION}.jar
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 </encoder >
88 </appender >
99
10- <root level =" debug " >
10+ <root level =" INFO " >
1111 <appender-ref ref =" STDOUT" />
1212 </root >
1313</configuration >
Original file line number Diff line number Diff line change 9494 <artifactId >logback-classic</artifactId >
9595 <version >1.5.8</version >
9696 </dependency >
97- <dependency >
98- <groupId >com.github.loki4j</groupId >
99- <artifactId >loki-logback-appender</artifactId >
100- <version >1.5.2</version >
101- </dependency >
10297 <dependency >
10398 <groupId >org.junit.jupiter</groupId >
10499 <artifactId >junit-jupiter</artifactId >
You can’t perform that action at this time.
0 commit comments