Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wkennedy committed Jun 12, 2024
1 parent bfa2c69 commit 46812e9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,20 @@ solana-test-validator --geyser-plugin-config ../config/sologger-geyser-plugin-co
SOLOGGER_APP_CONFIG_LOCATION=./config/sologger-config.json solana-test-validator --geyser-plugin-config ../config/sologger-geyser-plugin-config.json
```

Or

```shell
#If you just want to run the docker image
sudo docker run --name solana-test-validator-sologger-otel -p 1024:1024 -p 9900:9900 -p 8900:8900 -p 8899:8899 sologger-otel-geyser-plugin
```

### Run
Or

Start up the ELK stack using docker-compose
Start up the Parseable stack using docker-compose

```docker-compose -f docker-examples/docker-parseable/docker-compose.yml up
```shell
docker-compose -f docker-examples/docker-parseable/docker-compose.yml up
```

You can deploy your program and see the logs here

Expand Down

0 comments on commit 46812e9

Please sign in to comment.