Add logging using Log4j2

This commit is contained in:
2024-11-23 23:17:18 +02:00
parent bc419a29b4
commit f97029fcc0
14 changed files with 132 additions and 13 deletions

View File

@@ -46,6 +46,7 @@ services:
- symphony-network
depends_on:
- postgres_db
- symphony-discovery
symphony-dbnode2:
container_name: dbnode2
@@ -58,6 +59,7 @@ services:
- symphony-network
depends_on:
- postgres_db
- symphony-discovery
postgres_db:
image: postgres:latest