From ccd4e54daf3d3d30a780fb3f9a1fe5f95d71a237 Mon Sep 17 00:00:00 2001 From: Team Atlantis Date: Fri, 10 Dec 2021 16:40:28 -0300 Subject: [PATCH 1/6] =?UTF-8?q?fix():=20Corrigindo=20falha=20de=20seguran?= =?UTF-8?q?=C3=A7a=20na=20lib=20de=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index b965b53..bddd45e 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -5,4 +5,4 @@ if [[ ! -z "${APP_STAGE}" ]]; then eval $(curl -s env.getter/${APP_NAME}?format=bash) fi -exec java $@ -jar /app.jar +exec java $@ -jar /app.jar -Dlog4j2.formatMsgNoLookups=true From 8ed26697c5b8d01525278b1b9e9439d118c5322c Mon Sep 17 00:00:00 2001 From: Team Atlantis Date: Fri, 10 Dec 2021 16:51:39 -0300 Subject: [PATCH 2/6] =?UTF-8?q?fix():=20Corrigindo=20falha=20de=20seguran?= =?UTF-8?q?=C3=A7a=20na=20lib=20de=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 46123617e2d798fba4f7d16b5fd61a5e34fe6ad0 Mon Sep 17 00:00:00 2001 From: Team Atlantis Date: Fri, 10 Dec 2021 17:19:27 -0300 Subject: [PATCH 3/6] =?UTF-8?q?fix():=20Corrigindo=20falha=20de=20seguran?= =?UTF-8?q?=C3=A7a=20na=20lib=20de=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From e83811a9ce20b247976d3f2692b5b8dc1c294c70 Mon Sep 17 00:00:00 2001 From: Team Atlantis Date: Fri, 10 Dec 2021 17:53:42 -0300 Subject: [PATCH 4/6] =?UTF-8?q?fix():=20Corrigindo=20falha=20de=20seguran?= =?UTF-8?q?=C3=A7a=20na=20lib=20de=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 3db1c50c42b83232fc0fb6a256b48aae98b3f855 Mon Sep 17 00:00:00 2001 From: Team Atlantis Date: Fri, 10 Dec 2021 17:58:10 -0300 Subject: [PATCH 5/6] =?UTF-8?q?fix():=20Corrigindo=20falha=20de=20seguran?= =?UTF-8?q?=C3=A7a=20na=20lib=20de=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From b77eb8752798380e6f142574ab187843c40c3495 Mon Sep 17 00:00:00 2001 From: Team Atlantis Date: Fri, 10 Dec 2021 18:00:54 -0300 Subject: [PATCH 6/6] =?UTF-8?q?fix():=20Corrigindo=20falha=20de=20seguran?= =?UTF-8?q?=C3=A7a=20na=20lib=20de=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit