From 125809627fd3f039d94bc39c9de6f22a9c5a5edd Mon Sep 17 00:00:00 2001 From: mepiphana2023 Date: Thu, 2 May 2024 13:49:38 +0200 Subject: [PATCH] pagination --- .gitignore | 3 +++ src/main/resources/logback-spring.xml | 14 +++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 613d2a8..2fb625c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ out/ ### VS Code ### .vscode/ + +### Logs ### +/src/main/resources/logs/ diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index 4116320..02d568b 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -1,7 +1,16 @@ + + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + ${LOG_FILE} @@ -9,7 +18,10 @@ - + + + + \ No newline at end of file