Skip to content

Commit 06736fd

Browse files
authored
feat: add prod logging to gateway (#415)
1 parent 86b1f81 commit 06736fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gateway/docker-compose.prod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ services:
1515
- .env
1616
environment:
1717
- NODE_ENV=production
18+
logging:
19+
driver: loki
20+
options:
21+
loki-url: "https://logging.subspace.network/loki/api/v1/push"

0 commit comments

Comments
 (0)