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