From 1919f1ec4660136583c346f03d5384adb1bae011 Mon Sep 17 00:00:00 2001 From: pankajjangid05 Date: Mon, 15 May 2023 16:16:32 +0530 Subject: [PATCH] Added logback file --- src/main/resources/logback-spring.xml | 46 +++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/main/resources/logback-spring.xml diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..7fdc8dd --- /dev/null +++ b/src/main/resources/logback-spring.xml @@ -0,0 +1,46 @@ + + + + + + + + + %black(%d{ISO8601}) %highlight(%-5level) [%blue(%t)] %yellow(%C{1.}:%line): %msg%n%throwable + + + + + + ${LOGS}/spring-boot-logger.log + + %d %p [%t] %C{1.}:%line %m%n + + + + + ${LOGS}/archived/orchestrator-%d{yyyy-MM-dd}.%i.log + + 10MB + + + + + + + + + + + + + + + + + \ No newline at end of file