diff --git a/pom.xml b/pom.xml
index 7d0218f..94f96fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,11 @@
org.flywaydb
flyway-core
+
+ net.logstash.logback
+ logstash-logback-encoder
+ 7.4
+
org.postgresql
postgresql
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml
new file mode 100644
index 0000000..075af54
--- /dev/null
+++ b/src/main/resources/logback.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file