Skip to content

Commit

Permalink
fix for apm logging, updated minor version #EA-3512
Browse files Browse the repository at this point in the history
  • Loading branch information
GordeaS authored and GordeaS committed Feb 1, 2024
1 parent d2dd08f commit 1b74fae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ LABEL Author="Europeana Foundation <[email protected]>"

# Configure APM and add APM agent
ENV ELASTIC_APM_VERSION 1.34.1
#disabled by default, to be enabled by kustomize/build params for specific servers only
ENV ELASTIC_APM_ENABLED false
ADD https://repo1.maven.org/maven2/co/elastic/apm/elastic-apm-agent/$ELASTIC_APM_VERSION/elastic-apm-agent-$ELASTIC_APM_VERSION.jar /opt/app/elastic-apm-agent.jar

COPY ./set-web/target/set-web-executable.jar /opt/app/set-web-executable.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</repositories>

<properties>
<revision>0.11.1</revision>
<revision>0.11.2</revision>
<version.java>11</version.java>
<version.javac.release>11</version.javac.release>
<version.log4j2>2.17.2</version.log4j2>
Expand Down

0 comments on commit 1b74fae

Please sign in to comment.