Skip to content

Commit

Permalink
Re-enable the default logging configuration for the services
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennou committed Sep 27, 2024
1 parent 9d619e9 commit 62cc2ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
- graphite_data:/opt/graphite/storage
networks:
- stats
logging: *default-logging
grafana:
image: grafana/grafana-oss:9.3.6-ubuntu
volumes:
Expand All @@ -36,6 +37,7 @@ services:
retries: 3
networks:
- stats
logging: *default-logging
stats-getter:
build:
context: .
Expand All @@ -49,4 +51,5 @@ services:
- SERVER_PORT=21025
- INCLUDE_PUSH_STATUS_API=false
networks:
- stats
- stats
logging: *default-logging

0 comments on commit 62cc2ff

Please sign in to comment.