From ae09a59a7cb76aaa890aac0c5739f9a135bd280a Mon Sep 17 00:00:00 2001 From: Andrei Isvoran Date: Wed, 6 Dec 2023 11:52:01 +0200 Subject: [PATCH] RED-7715 - Add log4j config to enable switching between json/line logs --- .../src/main/resources/log4j2.xml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ocr-service-v1/ocr-service-server/src/main/resources/log4j2.xml diff --git a/ocr-service-v1/ocr-service-server/src/main/resources/log4j2.xml b/ocr-service-v1/ocr-service-server/src/main/resources/log4j2.xml new file mode 100644 index 0000000..c36f74e --- /dev/null +++ b/ocr-service-v1/ocr-service-server/src/main/resources/log4j2.xml @@ -0,0 +1,23 @@ + + + + ${env:LOGGING_TYPE} + + + + + + + + + + + + + + + + + +