fix: uses native logging

This commit is contained in:
Brock Caldwell
2025-10-19 18:37:51 -05:00
parent d3431b76e2
commit 2eda8e0808

View File

@@ -28,10 +28,6 @@ services:
replicas: 2
depends_on:
- app
logging:
driver: "gelf"
options:
gelf-address: "tcp://192.168.1.197:12203"
scheduler:
@@ -43,11 +39,6 @@ services:
command: -vv
depends_on:
- app
logging:
driver: "gelf"
options:
gelf-address: "tcp://192.168.1.197:12204"
redis: