Skip to content

Commit

Permalink
Merge pull request #3 from Giveth/docker-logs
Browse files Browse the repository at this point in the history
Docker logs
  • Loading branch information
geleeroyale authored Oct 9, 2023
2 parents 1d58e47 + 0b067bd commit a23471f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install-loki-docker-log-driver.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ REQUIRED_CONTENT='{
"debug": true,
"log-driver": "loki",
"log-opts": {
<<<<<<< HEAD
"loki-url": "https://logs.giveth.io/loki/api/v1/push",
=======
"loki-url": "https://<user_id>:<password>@logs-us-west1.grafana.net/loki/api/v1/push",
>>>>>>> e4c38a4efcd1421f088a90096f2094646679d76d
"loki-batch-size": "400"
}
}'
Expand Down

0 comments on commit a23471f

Please sign in to comment.