From 6514e3bded45ec57f5157afc6d2833fb4e40f271 Mon Sep 17 00:00:00 2001 From: "Mnushkin, Dmitry" Date: Mon, 21 Oct 2019 09:25:56 -0400 Subject: Add so-simulator project contribute simulator to onap project Issue-ID: SO-2463 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I0a3a71fdeb47cbbd686830045a8bc40769102a29 --- so-simulator/src/main/resources/logback-spring.xml | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 so-simulator/src/main/resources/logback-spring.xml (limited to 'so-simulator/src/main/resources/logback-spring.xml') diff --git a/so-simulator/src/main/resources/logback-spring.xml b/so-simulator/src/main/resources/logback-spring.xml new file mode 100644 index 0000000000..2fcb7121dd --- /dev/null +++ b/so-simulator/src/main/resources/logback-spring.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + /app/logs/${debugLogName}.log + + ${debugLogName}.%d{yyyy-MM-dd}.%i.log.zip + + ${maxFileSize} + ${maxHistory} + ${totalSizeCap} + + + ${debugPattern} + + + + + 256 + + true + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg