Enabled logging-level DEBUG for the "outbox"-service
[demos/kafka/outbox] / docker-compose.yml
index 3600d5f..93f6b0d 100644 (file)
@@ -39,9 +39,10 @@ services:
       - postgres
 
   outbox:
-    image: juplo/polling-outbox:polling-outbox-2-SNAPSHOT
+    image: juplo/outbox-delivery:polling-outbox-2-SNAPSHOT
     environment:
       spring.profiles.active: prod
+      logging.level.de.juplo.kafka.outbox: DEBUG
     depends_on:
       - postgres
       - kafka