File tree Expand file tree Collapse file tree 5 files changed +2
-64
lines changed
Expand file tree Collapse file tree 5 files changed +2
-64
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
@@ -24,5 +23,5 @@ USER uid2-core
2423CMD java \
2524 -Djava.security.egd=file:/dev/./urandom \
2625 -Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory \
27- -Dlogback.configurationFile=${LOGBACK_CONF} \
26+ -Dlogback.configurationFile=/app/conf/logback.xml \
2827 -jar ${JAR_NAME}-${JAR_VERSION}.jar
Load Diff This file was deleted.
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 127127 <artifactId >logback-classic</artifactId >
128128 <version >1.5.6</version >
129129 </dependency >
130- <dependency >
131- <groupId >com.github.loki4j</groupId >
132- <artifactId >loki-logback-appender</artifactId >
133- <version >1.5.1</version >
134- </dependency >
135130 <dependency >
136131 <groupId >commons-codec</groupId >
137132 <artifactId >commons-codec</artifactId >
You can’t perform that action at this time.
0 commit comments