From 72934c64e39bbdc7078e6f0c06c01628567b0c08 Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Wed, 21 Aug 2024 21:01:11 +0100 Subject: [PATCH] Ignore logs, add logback --- .gitignore | 3 ++- pom.xml | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a2b1aef..5d994c9 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,5 @@ build/ ### Other Stuff ### **/resources/config*.json !**/resources/config.example.json -!**/resources/config.schema.json \ No newline at end of file +!**/resources/config.schema.json +/logs/ diff --git a/pom.xml b/pom.xml index 529c817..27f57d1 100644 --- a/pom.xml +++ b/pom.xml @@ -30,5 +30,10 @@ json 20231013 + + ch.qos.logback + logback-classic + 1.5.6 + \ No newline at end of file