From 6801658963291d7c0466c5ae836171b765da1d51 Mon Sep 17 00:00:00 2001 From: Pawel Kasperkiewicz Date: Thu, 6 Feb 2020 11:54:06 +0100 Subject: Create logger for trace, audit, error Issue-ID: AAF-995 Signed-off-by: Pawel Change-Id: Icda76509e23315910a52645d746ad4c7b80bf01e --- certService/src/main/resources/log4j2.xml | 58 +++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 certService/src/main/resources/log4j2.xml (limited to 'certService/src/main') diff --git a/certService/src/main/resources/log4j2.xml b/certService/src/main/resources/log4j2.xml new file mode 100644 index 00000000..0c4d613f --- /dev/null +++ b/certService/src/main/resources/log4j2.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg