Skip to content

Commit

Permalink
Enabled logging to AGR log server for EB envs
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Oct 15, 2024
1 parent bd7bb1a commit e89faf7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ services:
- "8080:8080"
networks:
- pavi
logging:
driver: gelf
options:
gelf-address: 'udp://logs.alliancegenome.org:12201'

networks:
# The presence of these objects is sufficient to define them
Expand Down
4 changes: 4 additions & 0 deletions webui/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ services:
- "3000:3000"
networks:
- pavi
logging:
driver: gelf
options:
gelf-address: 'udp://logs.alliancegenome.org:12201'

networks:
# The presence of these objects is sufficient to define them
Expand Down

0 comments on commit e89faf7

Please sign in to comment.