Skip to content

Commit

Permalink
Reduce Slinky logs by filtering to only output error logs locally (#1568
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Christopher-Li authored May 22, 2024
1 parent ddd0ac5 commit ab1ab54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ services:
image: ghcr.io/skip-mev/slinky-sidecar:v0.4.1
entrypoint: >
sh -c "slinky-config --chain dydx --node-http-url http://dydxprotocold0:1317 --oracle-config-path /etc/oracle.json &&
slinky --oracle-config-path /etc/oracle.json --update-market-config-path /etc/market.json"
slinky --oracle-config-path /etc/oracle.json --update-market-config-path /etc/market.json --log-level error"
ports:
- "8080:8080"
- "8002:8002" # metrics
Expand Down

0 comments on commit ab1ab54

Please sign in to comment.